Script outside of Flow to read Flow variables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 06:46 AM
Is it possible, via script include to read the flow variables from a Flow Action ?
Also, how could I pass the current action ID to the above script include ?
I am working on adapting an older Workflow Activity into something for Flow, but the old process was all self contained as it simply read data from the workflow scratchpad.
The way the code itself works, it means it cannot be done inside a subflow or action due to how it works
My initial take is currently using a custom table - which is working, but I'd rather make it self contained.
going to try another way, but that could potentially hide "run information" so making use of variables in the Flow Action would give that visibility
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2025 07:19 AM
have you found a solution?