Hello to the community !
I'm coming to you because I'm stuck on my project.
I have a table that contains different columns and the last one is a "Button" that triggers a script.
I would like to get the content of the cell "dossier" in the row of the triggered button.
Row Number | FIRSTNAME | LASTNAME | DOSSIER | BUTTON |
1 | JOHN | DOE | 49 | BUTTON |
2 | MARIA | DOE | 21 | BUTTON |
For instance here, how can I make sure that the script is using the value 49 if I trigger the button of the row 1 ?
I would like to automate this, I don't want the enduser to pick a record manually.
Big thanks for you help,
Maƫl