You can do that, but you need to check the Option: Operator in your action first. You can then change the parameter's type to <Any Variable> (and you can specify a required type if you want), but you need to write the whole action in custom script then. Checking operator makes the action work like an inline function in c, so you need to directly refer to it's content by using #PARAM(param).
You can do that, but you need to check the Option: Operator in your action first. You can then change the parameter's type to <Any Variable> (and you can specify a required type if you want), but you need to write the whole action in custom script then.
Checking operator makes the action work like an inline function in c, so you need to directly refer to it's content by using #PARAM(param).