Flow Designer - Erro - Invalid pharmacy compound uuid: 4e536ea7-84ba-4819-bedb-344306fef337

Bruno Moreira
Tera Expert

 

  has anyone experienced this error when activating a Flow in the Flow designer?

 

BrunoMoreira_0-1721918324316.png

 

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

2 ACCEPTED SOLUTIONS

Bruno Moreira
Tera Expert

I removed the "Get catalog variables" component and inserted it again and the problem was solved

View solution in original post

Paul Sisson
Tera Expert

I didn't have a "Get Catalog Variables" action to delete, so I just deleted everything and re-did it. Worked like a charm!

View solution in original post

21 REPLIES 21

phil_bool_unifi
Tera Guru

Yeah, I've had this issue today on a copy of a Flow - I wish I'd googled it earlier, it was such a specific error I presumed another flow in our instance was causing it!  Thanks, all, for sharing this.  I'm going to clone this copy and hack out rows until I find out which one is broken.  It's a big flow (integration).  Wish me luck!

samruddhi30
Tera Contributor

@Bruno Moreira I am facing this issue tried all things which you mentioned but no luck.

You have any update on this how to tackle this issue?

So the issue is occurring because at least one line of the flow is 'corrupted'.
Your best approach would be to create a copy of the flow, then work upwards from the bottom, deleting rows  and re-trying to publish until you stop getting the error.

Make a note of the line that enables you to save the flow.

Then make a new copy of the flow, and in that copy, only change that one line.  If it's exactly right, delete it, save it, and re-add the same row.  See if that solves it.  If it doesn't, a second line is also corrupt.  Repeat the process, but starting from the line you've already changed.

Sorry there's no better solution than this.  If the flow hasn't got much content, just recreating it from scratch may well be quicker.  It can be exactly the same - the issue isn't that the flow is wrong, just that the record that stores the flow and runs it isn't aligned with the flow as you're seeing it.  That's become corrupted.

 

Hope that helps!

ChikeA_
Tera Contributor

Just ran into this issue. The UUID listed was part of a corrupted data pill in one of the Flow's steps, labeled "fd_transform:{UUID Here}". Can't say what caused it, but replacing the data pill did the trick.

ChikeA__0-1737565471479.png

 

newmanan
Tera Contributor

Thanks to the above for their experiences.

 

Rather than deleting anything.... for me, the solution to this was to simply look through each of my flow action steps until I found one where the data pill value looked corrupted. It was an If action, and the condition looked like {{fd_transform:UUID...etc. So, I cleared that out and set it again. Saved it. Then I was able to Activate the flow successfully.