Expand my Community achievements bar.

How to Fetch A process id into the live cycle form?

Avatar

Former Community Member

Hi

Currently i am working on a process in which i need to fetch the process id into the final form.ie.the process id should be displayed in the final output form.Can anyone tell dat how to do this?

1 Reply

Avatar

Former Community Member

If you look at the process data exposed in a Set Value operation the variable id is the process ID.

Untitled.jpg

Ideally, create and embed an XML Schema in your form. In my form, depicted below, I have three fields - firstName, lastName and processID.

Untitled1.jpg

You can then map the process ID into the form.

Untitled2.png

Steve