Hi,
I'm using automated action with python code.
In some cases, I want to return another action (server action), for example
if test==true:
do_stuff
else:
action = {...}
The last line is causing me trouble.
The help says "To return an action, assign: action = {...}" but I can't figure out the correct syntax.
any help?
Thanks
Thanks for the link, but I already search it and I didn't find the answer to my question...