I am trying create multiple entries to a thing (Store Price) based on checkboxes in a repeating group after creating the required thing (Grocery Item) for one of the fields of (Store Price).
The issue I am running into is defining the Store, Aisle and Price fields from a repeating groups cells in the workflow.
Perhaps I don’t quite understand it, but I’m not sure the recursive workflows applies as there are no API calls. All data is in the page’s repeating group’s inputs.
To clarify the intended result is to create a Grocery Item, then create multiple Store Price entries referencing the created Grocery Item based on the checked stores and their corresponding values (Aisle, Price) in the repeating group.
This is pretty straight forward when doing one store from inputs, the issue is doing multiple entries based on Repeating Groups inputs.