hi All,
Pls help..
I have a Screen that either
1) When Visible the Gallery Items PATCH a text label value to my SP List
2) Refreshes on a button would also PATCH that record
Not sure how to go about it. Should i use a Collection ?
It seems to patch on EDIT but not all the time. I have a formula i am working with
ForAll(BrowseGallery1.AllItems,Patch('Vandalism and Insurance List',LookUp('Vandalism and Insurance List',ID=BrowseGallery1.Selected.ID),{'Number of Previous Incidents':Label2.Text}))
Where Label2 = 'Number Of Previous Incidents' , and the same Column Name in the SP List.

Not sure if Selected in above is correct, i merely would like to Patch that Number to my List which is a Single Line Text field.
Also not sure if i can use OnVisible of the Screen but should use a Button control instead..
Appreciate the help!