How can I run a follow-up action after a Table > settings > action (running an automation script) has been executed?
To be specific: I would like to refresh the data shown in the table as the script will update the (DOM) data. For now a button needs to be pressed and I would like to avoid any manual actions.
Hi Mieke,
For an action configured in the table settings there is currently no way to configure an action upon completion of the previous action.
Configuring actions upon completion of a previous action is possible with the button component:
- Add a button component to your page, go to the settings
- Configure actions on the 'On click' event
- Actions can be configured in paralell or in sequence, in the image a fetch data action is configured upon completion of a script execution action (in sequence)