Implementing error handling with feedback messages
While it's easy for us, as the builders, to spot errors in the workflow execution results, it's much harder for someone filling out the form.
Last updated
Was this helpful?
While it's easy for us, as the builders, to spot errors in the workflow execution results, it's much harder for someone filling out the form.
Last updated
Was this helpful?
Looking at every possible "ending point", we'll want to communicate to the person that submits the request form what happened. We'll do this via email, but first we need a handy way to get those feedback messages describing what happened.
Log into Rewst and complete the following steps
Test the workflow and check the workflow results to find the feedback_message Data Alias as a context variable.