I have this gallery >> when the user click on the + icon >> i will add a new empty record inside the SharePoint list >> then the user will enter the related info >> click on submit to update the gallery items:.
Here is the gallery:-
and here is the formula to ForAll the GalleryItems and update the SharePoint item:-
ForAll(PrintOrderDetailsGallery.AllItems, Patch('Printing Orders Details',ThisRecord,{Quantity:PrintOrderQuantity,'Quantity Each Artwork':PrintOrderQuantityForEachartwork.Text,'Network ID':PrintOrderNetworkComboBox.Selected.ID})); but currently the ForAll will not update the sharepoint list? any advice?
