I’d like to build a workflow which will start from external trigger. External event trigger will include information which should be visible during the approval. Is it possible to create a “approval” form with those information f.e. placed in the table? Is there any limitation? I know I won’t be able to replicate everything 1:1, but I would like the form to simply include the data.
Example below:
You can add form action to the workflow for your need. Within the form action, a form needs to be selected and the recipient who needs to take action.
Form needs to have section and fields with the data fields configured to take inputs from workflow, and field conditions defined appropriately to set default values that is captured from workflows. On the workflow, form action also needs to pass the values to the fields too (inline variables can be used for dynamic substitution).
On configuring these, your form would look like below, you can add section and fields wherever needed.