Data Stream seems to be triggered but not executed properly from script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2024 07:09 AM
I have a data stream action. If I run ("Test") directly in flow designer it works. When I run it from script it seems to be triggered but not executed properly. The data stream has been published with latest version.
The way I trigger the data stream from the script is exactly the same way as for other data streams that works.
Non working screenshot, there is nothing below "No logs":
Working screenshot. Below "No logs" you can unfold the request, response, output etc. from the REST request. Not sure if that is of interest for the problem since since there is nothing to compare it with.
I have also tried hard-coding values in the REST Step when triggering from the script. Still the same issue.
Writing something to the error log from Script Parser Step doesn't print anything. Hence, that step isn't triggered.
Nothing written to the error log or flow context. All seems good except that it doesn't work.
I don't know how to progress my debugging. Anyone having any idea what the problem can be or how to debug further?