
Hi,
I have a gallery which lists a number of customers and I want to an operator to capture what happens on each call. I have a gallery which has a list of customers and next to each customer is a row of buttons to capture information on what has happened on the call. No matter what Ii try if I click on one button in the gallery it changes the setting for every customer in the gallery, e.g. hides other button etc. How can I change this so that the button pressed only captures data for that particular 'call' (That customer in that row of the gallery) ?
Thanks
Since you have not provided any details on any formulas or data that you are working with, I can only surmise that you are updating a record and not referencing the appropriate record from the Gallery. If the button is in the gallery, then you can reference ThisItem in your Formulas to get information about the current Gallery record.
I hope this is helpful for you.