FORMULA LANGUAGE


Getting user input with @Prompt and @PickList
Example

Use the following forms of @Prompt and @PickList to get input from an interactive user:


Non-text values must be converted with @Text to be used as @Prompt and @PickList parameters. The text values can be constants, temporary variables, fields, or expressions.

The return value must be converted if it is to be used as a non-text value.

Example
See Also