Retrieve Label Field values from Form Submission in Workflow
Tom Rovello
Currently, when a Form is submitted, the Value of the field is sent to the workflow. The value is typically an ID used on the backend. IDs are great for machines and are how the default should be, but they are bad for humans to read. There are often cases where I want to provide an email back to the user for their records of the submission but I have to have the Workflow look up friendly names for the IDs first. It would be really helpful if the Form put those Labels in the Context so they could be retrieved using something like: CTX.form_field_labels[field_name]
Log In