Pass input to an interactive form through a workflow's variables

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.

Create input in call it form-2 and then it will populate in workflow form action with the form which you created input.

1 Like

Thanks @IAMpdu, I seemed to have not saved the form properly!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.