New_Form_1 has Gallery_1.
The user can click 'Add Date' to add as many 'Performance Date' and 'On Sale / Bill' items as necessary.
When the user clicks the submit button, I would like all of the Gallery_1 data to populate the same same
line as all the other data, in one cell in the two columns.
Example - If the user creates three performances that data should appear as such in the SharePoint list,
In two columns, on one line with the item submitted. I'm guessing some kind of ForAll
with Last submitted, or something like that.
Peformance_Date OnSale_or_Build_and_Hold
2/4/2025 Build and Hold
2/6/2025 Build and Hold
2/7/2025 On Sale
I am not using SubmitForm(). I am handwriting the submit formula. I've got it all written, there are no
errors. I just need to add the gallery data.
Here is some of that submit formula -