Hi,
We have a connector that triggers an automation script whenever specific data changes by calling the ExecuteScript method like this:
The script is executed successfully in case of the following flow:
Interactive Automation Script -> InterApp Call -> Connector -> ExecuteScript
However, when the start of the flow is a User Defined API (Automation Script), instead of an IAS, it fails to execute the script because there's no user cookie:
Would there be a way to make this work?
Thanks in advance.
Hi Jason,
As a workaround for the issue I would suggest to send an SLNetMessage as followed:
Hope this helps!
Kind regards,
Hi Stacey,
I can confirm that this workaround works.
However, the issue has been raised internally to have a closer look at the issue.