We have several Laserfiche forms for take care of an employee's status (new hire, transfer, retiring, etc.). We are currently working tying these into a Workflow that will take the information from the forms and insert them into a database where another utility will process the user account in Active Directory.
Since the data for the employee could come from a number of different forms, what is the best way to pass that off to Workflow? If I use the "Retrieve Laserfiche Forms Content" activity, I can only select one process at a time.
I know I could create different workflow for each form type and then use the "Invoke Workflow" activity to do the actual work, but is there a way in Workflow to do a conditional statement and retrieve data from more than one Form?