Auto populate Data in Forms

Hi All,

I have one use case in IdentityNow, I have implemented one workflow where i’m using two form actions. First form user will fill the data and second form i need to populate the data which is entered by the user in first form. How to achieve this. I tried using Form inputs but i’m not getting the data.

Thanks

Hi @prathyusha730 ,
You would need 2 workflows for 2 form and note that the 1st workflow is to trigger the 1st form based on required conditions and 2nd Workflow with Form Submitted trigger which will be triggered once the 1st form is submitted and in the workflow you can use the data filled by the user to trigger the 2nd form, However Form inputs is used to pre-populate the form and determine which conditional form elements to display to the user completing the form but not to fill the form from workflow’s data.

1 Like

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