Button that activates other buttons in the table

Hi,
Is there any way for a button in a table to activate a different button? I’m looking to have a button update the current table, i have a second button that updates a separate table. When i click on the current table button, i want it to update the current table and then active the other button that updates a separate table.

thanks

Please take a look at this article. https://help.coda.io/controls/performing-multiple-actions-with-buttons - Push Buttons is the action that will let you push other buttons.

Depending on your use case, sometime it works better if you create multiple buttons each does a very specific task and then a final button that clicks all those buttons so in your case, I would say, create a button that updates the current table, then second button that updates a separate table and then third button that clicks first and second button.