Hello,
I am trying to pull some rows out of SQL using Workflow and then send them back to a Forms table. The SQL lookup results would be multiple rows to be sent back to Forms in the table as multiple rows.
For some reason it is not inserting all of the SQL rows into the Forms table.
Here are the SQL Lookup results from Workflow:
Here is what the Workflow is doing:
But my results in the Form look like this:
Here are the token in the Workflow Instance as well:
But if I look at the tokens for the Query SQL activity, it shows it found the other result but yet did not send it to the form"
It should have sent all 3 rows as shown in the SQL results above and I am having a hard time determining why my results show duplicated EBS rows instead.