Announcements
For example:
ForAll( Gallery.AllItems As _obj, Patch( ListName, //ListName - your list name Default(ListName), { FieldName1: _obj.GalleryTextInput.Text, FieldName2: _obj.GalleryTextInput2.Text, //FieldName2 - your fieldnames ChoiceField: {Value: _obj.GalleryCombobox.Selected.Value}, FieldName4: FormTextInput.Text, FieldName5: FormTextInput2.Text } ) ); //ForAll(Gallery.AllItems As _obj, …) - This loops through each row in the Gallery. And _obj this is just a temporary name for the current gallery row being processed. So when you write: //_obj.GalleryTextInput.Text
Patch( ListName, ForAll( Gallery.AllItems As _obj, { FieldName1: _obj.GalleryTextInput.Text, FieldName2: _obj.GalleryTextInput2.Text, //FieldName2 - your fieldnames ChoiceField: {Value: _obj.GalleryCombobox.Selected.Value}, FieldName4: FormTextInput.Text, FieldName5: FormTextInput2.Text } ) );
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 424
WarrenBelz 355 Most Valuable Professional
11manish 290