Is there a good method of getting rid of extra rows in a Forms variable when the multi-value token that workflow is updating it with has fewer rows than the table currently has?
In case that's not clear:
A table in Forms has 5 rows. The forms process starts a workflow, the workflow moves some things around so that they should no longer show up in that table and ends up with only 3 values in a multi-value token. Then the workflow updates the table with that token. Rows 4 and 5 will remain unchanged, rather than being removed by the update. Instead, I want the data from the workflow to be the only data in the table.