Something new is happening when developing/testing scripts.
I have made many scripts with different amounts of Data Actions being called either automatically or through buttons.
I have never seen this before, when "Previewing" the script I get a popup saying "Would have executed " with the name of the data action configured to execute on load.
If I add a button, I get the same popup when pressing i.
The user and the OAuth have all the roles for Data Action execution, I tested the script directly in production and it worked fine. The DataAction doesn't use any data that might be unavailable (for example the AgentID)
So, what is this option that disables the execution in the Preview phase of Script development... what's the idea behind preview if we can't test the functions? How do I get the ability back for testing DataActions in preview mode?!