Field reference in inline form

I have customized one workflow. In that workflow I configured 2 inline forms.
And I have configured “userID” as one of the field in my 1st inline form. now I need to use this “userID” value in my 2nd form. How to use the userId in 2nd form?

You will have to use return=“userID” in1st form and use send=“userID” to send the captured data into second form. Your inline form should have something like this
<Approval owner="ref:sessionOwner" return="userID" send="userID">

Here I am sending and returning userID to/from a form.

1 Like

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