I have an interactive trigger based workflow, which presents an interactive form (call it form-1) to the user. I capture a few details in this form, based on which I have additional computational steps that follow.
At the end, I store my results in a few variables which I want to pass again to an interactive form (call it form-2) So that the user can see it prepopulated. I know that we can pass variables via a usual form action but can we also pass it to an interactive form step in the workflow?
Note that in my case, the end user needs to submit two forms during the course of the workflow completion, without having to click some email link to fill out form-2.