Flow error: Could not retrieve snapshot for the test

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2021 08:16 AM
Hi guys,
I don't usually ask stuff here and rather try to figure them out by myself without bothering anyone else, but this time I can't seem to find a solution.
I've been working on a Flow for a while. A few days ago I added new items (a custom action that sends an specific notification and some logs) and it worked fine. Today I needed to add one more item, and before that I decided to test the flow but I'm getting an Internal Server error: Could not retrieve snapshot for the test.
I've been checking the changes performed and can't find the issue here. I even removed the actions I added last time but the issue persisted.
- Labels:
-
flow designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2021 08:42 PM
And how about
sys_flow_action_report and sys_flow_runtime_value do you see any errors?
Specifically check this table 'sys_hub_action_instance' and see if any complied snapshot is blank for any action.
Please mark my answer correct/helpful if applicable.
Thank you
Prasad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2021 02:18 PM
Hi
Did you get chance to check my answer?
Just curious to know if your issue is resolved now.
If yes, can you please mark appropriate response as correct for others who may have a similar question in the future and close this unresolved thread.
If not, please let us know if you need any other help
Thank you
Prasad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-25-2024 12:47 PM
I had this same issue and to figure it out I published the sublfow. It was then that the error was more clear because the subflow would not publish and presented the error. It boiled down to a script that was bad. Essentially I created a script that was looking at value from step 9. Then a added a few steps and step 9 was now step 11. Had to fix the script.