-
Extracting a text and number using remote lookup
You can use a remote lookup field to extract data from an external API. For example, you may want to display the general weather forecast and temperature for a particular city.β¦
-
Yes/No field
The Yes/No field gives users a binary decision. The data is stored as a Boolean value. Settings You can set a default value for displaying the field when the form loads.β¦
-
List expressions
Fields The following fields use a list data type: Dropdown Checkbox/multi-select Checklist This expression generates a user list: Lastcompletedstep().assignees() Example fields Field ID Field typeβ¦
-
Workflow step expressions
The lastCompletedStep() function retrieves information from your workflow's most recently completed step. You can access the approvers' names, the number of approvers, assignment time, approval time,β¦
-
Logical expressions
Logical expressions are Boolean, meaning they return either a value of TRUE or FALSE. Boolean values wonβt display directly on a form. They are used in two situations:β¦