condition is not working as expected

Not applicable

Hi Experts,

I have a simple step in my shared flow. if the previous step "JS-CheckFID" sets the variable "triggerError" to "true", then run the raise fault "RF-FIDMismatch". In my trace, the last step before the raise fault, I see the variable "triggerError" = "false" but the following step is triggered. Am I missing anything?

<Step> <Name>JS-CheckFID</Name> </Step>

<Step> <Condtion>triggerError equals "true"</Condtion> <Name>RF-FIDMismatch</Name> </Step>

Solved Solved
0 2 90
1 ACCEPTED SOLUTION

Could it be a typo? There's a missing "i" in the Condition element name: <Condtion> instead of <Condition>

View solution in original post

2 REPLIES 2

Could it be a typo? There's a missing "i" in the Condition element name: <Condtion> instead of <Condition>

Good Catch. I need a bigger screen 🙂

I thought when I saved the UI would check the code against a schema.

Thx a lot