Hi,
On a Visual Overview, I have several buttons to launch automation scripts. At the end of each script execution, a card variable gets populated with overall result of the script execution.
Each time a script completes I would like to update a global card variable and append the result of the script to it. Goal here is to have a kind of small log of the actions ( + result) that have been triggered by the user.
Is there a way to achieve this using existing Visual Overview features ?
You could pass the current value of the log as a parameter to the automation script, append it with the new log value there and then output the entire thing to the new script output.