Good Afternoon,
wondering if these variables are passed automatically from the Laserfiche Form to Workflow:
%(FormsBPInstanceID)
%(FormsSubmissionID)
is that the correct way of referencing them from the "Retrieve Laserfiche Forms Content" action?
Good Afternoon,
wondering if these variables are passed automatically from the Laserfiche Form to Workflow:
%(FormsBPInstanceID)
%(FormsSubmissionID)
is that the correct way of referencing them from the "Retrieve Laserfiche Forms Content" action?
They're only available when the workflow instance is started from Forms. In that case, they would match the top radio buttons on both options. The bottom radio buttons are for when you want to start Workflow through starting rules on documents created by Forms in Laserfiche. In that case, you would have the Forms instance and submission IDs as field values on that document.
What exactly is the issue you are experiencing?
Here is what my workflow looks like:
When the workflow gets to the Rename entry its throwing a 9013.
I guess I want to know what the best way is to get the EntryID for a form that kicked off a workflow through the service task.