Auto populate form fields when the request is rejected using workflows
Hello,
I'm developing a workflow where the user / initiator is presented with a form to fill out. The next step is to review this request by the stakeholders and if they decide to deny / reject the request, I would like to present the same form with populated values back to the user so that corrections / updates can be made and resubmit for review and approval. Is there a way I can make sure the values are populated on the form when the request is rejected to the start user?
Husain Soeb Kalyaniwala
Posted 1 year ago · Edited 1 year ago·Last reply 1 year ago
2 comments
Ravi Saraswat
·1 year ago · EditedHi,
Yes, you can set the values as selected by user, using setVariable function, and present it in the next form, with the values set.
Husain Soeb Kalyaniwala
OP1 year agoThanks Ravi, another quick follow up question, I have the initial form presented in a a separate workflow, which then trigers another workflow and on this 2nd workflow, I need to prepopulate the form entries on a particular step. How can I do it using get and set variables?