
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 07:40 AM
has anyone experienced this error when activating a Flow in the Flow designer?
I can change and save my flow. I can test the flow, but I can't activate my flow.
I'm on the Washington DC version patch4-hotfix1
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2024 12:12 PM
I removed the "Get catalog variables" component and inserted it again and the problem was solved
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2024 12:58 PM
I didn't have a "Get Catalog Variables" action to delete, so I just deleted everything and re-did it. Worked like a charm!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2024 08:42 AM
Just to re-emphasize or maybe clarify, I had to delete the entire Flow and recreate it..BUT..I just opened the Flow to be deleted on one tab and a new Flow on another and copied exactly what I did before. Works fine now.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2024 09:22 AM
Can you test your flow? I found that the error was linked to my "Get Catalog Variables" in the test message. Try to do a test even with the unpublished flow and see what the error message is.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2024 09:46 AM
Now I get this message - flow won't test.
Could not retrieve snapshot for test using snapshotId : fe669da41be412d04dd4ece66e4bcbf7
Sigh....

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2024 09:54 AM
I went back to the original one, made the changes I did to the copied one, and then activated the original and got no error messages this time... crazy
Testing it now. Fingers crossed it works now

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 04:17 PM
Removing the 'Get Catalog Variables' step would have major consequences - every field using these variables would need to be rebuilt. This should only be considered as a last resort.
The problem is likely caused by a single corrupted step. Here's how I solved this issue previously:
- Clone the entire flow
- In the cloned version, delete one step at a time (starting with recent changes)
- Try saving after each deletion
- When the save succeeds, you've identified the problematic step
- Return to your original flow and recreate only that specific step
This method helped me identify and fix the corrupted step while preserving the rest of the flow.