I have a card variable on my Visual Overview that is filled in from an automation script by using method AddOrUpdateScriptOutput. The script that fills in the variable is triggered by an button on the Visual Overview. Is it possible to clear this variable after some time?
Hi,
It could be possible, but it needs some creative thinking.
Maybe try the following (thinking out loud now):
- when execute is done, then use the DataMinerTme placeholder
- Use calculations on the DataMinerTime shape
- if you condition is met, execute a setvar with empty string or execute a script which clears the variable as output.
Please do tell if this failed or succeeded hard