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!
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