Hi Team,
Is there a way to create global variables in actions? (like )
I can see in event object there is configuration parameter can you explain about that.It is getting empty value.
Hi @tharunnath,
Unfortunately, it is not possible to create global variables in Actions. When variables are created, they are only accessible within the same Action script.
Let me also mention that the event object does not have a configuration property. The event object is a ‘read-only’ object, and only the properties listed in the Action script’s Event Object are available.
If needed, you could create Action secrets that can hold sensitive information within that Action script."
If you found this post helpful or interesting, please give it a like . Your interaction makes a difference. Have a wonderful day!
Thanks,
Rueben
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.