I know how to create data records one row at a time from an RG using a recursive workflow.
However, is it possible to get the corresponding dynamic value for each cell?
specifically:
The data has fields for “item” and “price”.
The user first selects multiple items and puts a price on each selected item.
I want to create a record row by row with the item and price selected by the user.
In the current design, the user opens an RG list of selected items and enters a price for each cell.