- 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 - last edited 2 weeks ago
*** UPDATE ***
There is a solution that has not been accepted as the "official solution" but it definitely is the best one.
The problem:
You have a data pill somewhere that is broken/corrupted/mapped incorrectly.
This is typically due to removing an input that was previously used or needed, but I'm sure it happens other ways.
The solution:
Go find the data pill that's corrupted and fix it. You might have to go through each input on each step to find it, and there might be more than one.
SHOUT OUT TO @JeevesS for the solution. Go give him/her a thumbs up!
*** END UPDATE ***
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
03-31-2025 12:17 PM
It really seems like sometimes a reference of some type gets corrupted, but it's not clear what it is. It would be very helpful if we could translate these into a specific object or connection to look at and diagnose. So far the only solutions seems to be 'delete everything until it starts working'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2025 04:37 AM
I also had this error and think i found a good way to troubleshoot and resolve it.
"Invalid pharmacy compound UUID:" refers to the table sys_hub_pill_compound, where the field "UI Unique ID" is the sys_id being referenced in the error.
Steps to Troubleshoot:
- Navigate to: sys_hub_pill_compound.list
- Filter by:
UI Unique ID = [enter the sys_id from the error message - This will return a list of pill compounds.
In the "Pill Prescription" column, you'll see the sys_id and the name of the data pill.
Go through your flow and remove any references to this data pill. - Try activating your flow again.
This issue seems to happen when a copied flow tries to reference a data pill from the original flow. Since the reference is no longer valid in the new context, it throws the error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2025 02:20 AM - edited 07-17-2025 02:59 AM
I have run into the same issue, removing and replacing the Get Catalog variables action didn't help. It's a shame I didn't noticed solutions from @danielanork Blessing3 and newmanan as they would have saved me a lot of time and I think they should be the accepted solutions.
Anyway, how I found the exact step that had the corrupted data pill instead of going through every step was this:
I opened the System Diagnostics -> Session Debug -> Debug Log and then run test on the flow again.
In the logs I got the "Invalida pharmacy compound uuid" error again but before it you can actually see which step was the last that was created OK - in my case step 20 so then it was easy to go to step 21 and find the corrupted pill there. By replacing the corrupted data pill the issue was fixed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2025 03:29 PM - edited 09-03-2025 03:30 PM
I removed and disabled the "Error Handler" within sub flow, which resolved the issue. Added back "Error Handler", I was able to save and publish the sub flow successfully.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2025 07:57 AM
For me it was the "Send Email" steps. For some reason I had to remove and re-add all the data pills from the email bodies - the pills in the TO and CC fields were fine.
I was clicking through all the steps in my flow and when I clicked on the email steps it gave me another error stating an issue with the email body.
Once I fixed all of the emails in my flow, I was able to publish without this error. But try clicking each step to see if you get another error, it may tell you how to fix it.
