Using a button to click other buttons in a table, but only in specific rows?

This should be straightforward… can I combine a filter with runactions? (and how?) I have a button in Table 1, and I want it to lookup a related row in Table 2 and press a button there.

Coda documentation shows how to press ALL the buttons in a column, but I want to filter before pressing.

Thanks for any help!!

Hi @Steve_Simon, there is no option to filter and select specific buttons to push (without trying to build a complex formula map loop).

What we use is the fact that disabled buttons are not pushed. So, you can add the filter option to the button in the column to enable/disable it. Would this work for you?

@Steve_Simon

Do you mean something like this?

3 Likes

Yes, this is exactly what I was looking for!! Thanks! :partying_face:

2 Likes