How to transfer data from a page to a form?

1
0
-1

I have a use case where I am updating employee data in a form but user has to select the employee on a page and from that page I am calling the form via link but the problem is I am unable to figure out how to get the selected employee on the form.
Thank you!

1 answer

1
0
-1

Hi,

Your form should be attached to a process instantiation form (meaning having an Edit Employee Data process). Then you'll need a link that redirects you to the process instantiation form (you may use an URL parameter for the employeeId)

HTH
Romain

Notifications