sachincs1991
27-01-2021
Hi Team,
Requirement:
We wanted to pre populate the data in the text box for the existing record.
How to achieve this?
Thanks,
Sachin C S
Milan_Vucetic
MVP
29-01-2021
Hi @sachincs1991
first define variables on the workflow level to store data. Use JS script to load data from tables and assign data to previous variables. Finally, in the page node set fields to these variables and data will be pre populated/visible.
Regards,
Milan