
I have the above in an app. The idea is that the user fills in the dropdown/text box/image field and is able to click "Next" button which will save each item in the gallery with the new data to a new row in dataverse. (Ignore the "Save Record" check box)
After many iterations of a "ForAll" function I'm failing to get to my desired point.
Currently I have this formula:

Which for whatever reason inserts four identical rows based off the user's input in the first item in the gallery. This seems strange to me as there are 9 items in the gallery so i would expect to see 9 rows created.
The two problems are as follows:
1. My formula only looks at the first item in the gallery's data.
2. my formula only creates 4 new rows in dataverse when the ForAll loop should be bringing back 9 (one for each of the items in the gallery)
Any help would be greatly appreciated on this as it's driving me insane!
Thanks so much