Hi there,
I have a business process that uses Save to Repository to create an Entry using data entered into a form by a user. I then need to initiate a workflow using a Service Task for two reasons:
1) Some of the fields on the form are multi-valued checkbox fields, and Save to Repository won't let me save just the checked values (the individual on/off values of all of the checkboxes, but I just want to include the actual values that were checked off). But it looks like I can get just those values in a workflow using Retrieve Laserfiche Forms content and then Assign them to the Entry saved by forms.
2) I need to email the Entry saved using Save to Repository to the user that submitted the forms (after I've assigned the multi-checkbox values).
The problem I'm having - I can't figure out how to get the Entry ID of the entry saved by Forms in my workflow. I need it so I can find the right entry to assign the checked values and attach to the email.
Thanks in advance.
Evan