I have a use case where we would like to extract data from a table on a form, and insert it into a database. Now, each column in a Forms table appears to be stored as a single variable, but not at the row level, if that makes sense. I have previously been able to index tables like this when I create tokens in a workflow, but that was with a known number of rows. In this new scenario, we do not have a known number of rows.
I did a test where the workflow will index at least five rows, and when I ran a test with a form with just one row, it transposed that row into the 5 unique tokens, essentially duplicating the row 5 times.
Is there a way to dynamically determine the number of rows in a Forms table, then extract the data from each row as individual tokens to write to another table?