I have a forms process that collects expense report data in a table and then triggers a workflow to upload the expenses to a SQL table. The problem I'm having is that workflow sees the table data in separate variables for each column/field in the table. The goal is to get the values formatted correctly so I can upload them to a SQL table.
Here's what I see in Workflow:
I tried doing a For Each Value of the RetrieveBusinessProcessVariables, but the results were not what I was looking for as I only got one record instead of two.