Hi @Andy_B, thanks for sharing the doc
Notes: as @Johg_Ananda have already posted a nice solution (good looking, probably well made and working fine, i havenāt tested it ) i will not re-start with the explanation but instead iāll take Johg steps and comment them
We can divide the solution in 3 steps:
- having all the button that you need placed and working!
this means that you have to set up all the buttons that later you will be āpressingā in all the table where they are needed.
(p.s. be careful with button use regarding ācoda best practiceā done by the amazing @Paul_Danyliuk, they can be really heavyweight in the final doc! more info here:
-
create a dashboard page where you place all the needed buttons, the one that will RunActions to press the other made in the 1) point (this can be achieved both with canvas buttons or with table buttons, chose your preferred one )
-
Configure and test your button to work properly
this in the longer part obv, and based on your shared doc i can see that you have already a basic understanding in how RunActions works, just let me share my way
Your current way of setting up buttons:
What you are telling coda here itās
āPress ALL the buttons that are in the table āTEST TABLE BTN 1ā, the one in the column BTNā
My proposed way is this one:
What iām saying here is similar but with more freedom
āPress ALL the buttons that are in the table āTEST TABLE BTN 1ā and satisfy the given filter (in this case a stupid checkbox check).the one in the column BTNā
If you want you could have also other button column to recall, to create more peculiar setups
In the same formula you can play as you like with various conditional āif()ā or retrive data in a give table/cell to modify the output of the actions, and blablabla
More info here:
hope that helps, update us on your progess!!!