Hi,
I’m creating an automation which:
triggers when a record is updatedruns a script, can be as basic as: output.set("hello","world");
sends the output of the script to a Slack channel as message.
However, whenever I try to add the output of the scri...