Hi
I have a gallery in an app that pulls a list back from sql tables on our on site gateway.
each gallery record has a input pox where the user can input a quantity.
As an example there may be 100 records, I want the user to browse the gallery at a quantity to 20 records - I then want to call a sp via flows to update only those 20 records.
I can do it gallery record by gallery record by placing an update button on each record - but I would like a button outside of the gallery that updates all the records that have a quantity in the input box inside of the gallery.
Is this possible or is there a better way of doing it?
Thank you