I've been unable to find or devise a way of chaining two actions in a row, triggered from a button on an interface.
I'd like to automate two actions with a single button:
- run a script to prepare some data and,
- take the user to another interface, where those data will be presented to support another activity.
Both actions are offered as separate options by the interface editor for a button, but I want to have them consecutively executed with a single keystroke, that is, associated to a single button.
Anyone that can provide an idea / suggestion, I'll be happy to know.
Thank you.