i have to make a button new revision so if i click on that value of revision must be incremented by 1 that ogf max value of revision of that particular product so i used this on the onselect property of revision button

i have to make a button new revision so if i click on that value of revision must be incremented by 1 that ogf max value of revision of that particular product so i used this on the onselect property of revision button
Greetings!
Just to be clear, everything works fine, but after all the records are made, your gallery doesn't update. Am I right?
If that's the case, you could try using a Refresh('YOUR DATA SOURCE'), after the forAll, making sure that your datasource is refreshed, which might not be refreshing for whatever reason. and after that if you're using a collection, use a ClearCollect() to save the latest results, and if you're not using a collection after the refresh, your gallery should be showing latest data!
Hopefully this helps you out, otherwise, feel free to reply!