Hi,
I am trying to do the following:
1) Scan document via Quick Fields or Import Agent with OCR
2) Invoke Workflow and extract 9 discrete bits of information from the OCR text and store into tokens
3) Invoke Forms at the end of the Workflow populating the 9 variable values in Forms using the extracted token values in step 2) above
All components I am using are version 10.1 (update 2)
The Form opens but only populates the first token/variable, can you send multiple variables from the activity "Starting Variables Values" using "Invoke Business Process"; if so what is the syntax for sending multiples variables?
Thanks in advance.
Below is excerpt from the "Starting Variable Values" activity, all variables and values comma separated with no spaces:
Account_Number=%(tkn_Account_Number),Amount_Requested=%(tkn_Amount_Requested),Date_Requested=%(Date),Nominated_Approver=%(Initiator),Notes=%(tkn_Notes),Payment_Method=%(tkn_Payment_Method),Requestor_Name=%(Initiator),Total_Amount_Requested=%(tkn_Total_Amount_Requested)