Pushing row button from another button

Hi I was wondering if it’s possible to push a button on one row of a table from another button logic
Do you know if this is possible or If there’s some workaroud to get it working?

Simpllified description of my issue:

I’d like to have a table with two button columns (increase / decrease ), I’m trying to trigger them when I push another buttons on another page but I don’t know how to get it.

Sure, you just reference that button in your button.

In the action of your button, you can simply call e.g. SomeTable.Filter(...).TableButton, and it will press all buttons for each rows that is returned by filter and are not disabled:

1 Like