RECIPENAMEFROMID function

Synopsis
This function returns the recipe name that corresponds to the specified recipe ID.
Variations
RECIPENAMEFROMID(RecipeID)
Returns the recipe name that corresponds to the specified recipe ID.
Parameters
RecipeID

Specifies the ID of the recipe.

Supported types: Numeric.
Returns
Returned types: String.
Examples
1.

The following example returns the name of the recipe whose ID is 2.

RECIPENAMEFROMID(2)