Unable to resolve Error


Badge +1

Hi All

 

I have created a new flow with multiple line rules which work earlier in the flow. However, the flow now stops working correctly and appears to be due to the line rules. I am seeing this error in the eventlog. Can anyone advise what this might be as i have a basic rule on the line that is

 

OUTCOME = Complete

AND

Option1 = False

AND

Option2 = False

 

The error is:

 

28083 LineRule: String was not recognized as a valid Boolean.
InnerException: An unexpected error has occured while trying to resolve a value for Resolver ID 106C5886-18B1-4c09-BEB3-6F7342669D18.
InnerException: An unexpected error has occured while trying to resolve a value for Resolver ID 1213E0EE-6A9B-492e-944B-4DC0E7EC59EE.
InnerException: An unexpected error has occured while trying to resolve a value for Resolver ID 5CF1BB77-E290-4a93-AE2F-301288EA96B5.
InnerException: An unexpected error has occured while trying to resolve a value for Resolver ID 5CF1BB77-E290-4a93-AE2F-301288EA96B5.
InnerException: An unexpected error has occured while trying to resolve a value for Resolver ID 08E79698-DF4D-4959-A894-1EE32AA1B6A7.
InnerException: An unexpected error has occured while trying to resolve a value for Resolver ID D87ECDFB-8A1C-4482-B292-8C19C8CAFF29.
InnerException: An unexpected error has occured while trying to resolve a value for Resolver ID 106C5886-18B1-4c09-BEB3-6F7342669D18.
InnerException: String was not recognized as a valid Boolean.

 

I am sure that the Boolean is the correct value but i am now completely unsure. 

 

Thanks

Dan


3 replies

Userlevel 5
Badge +16

Hi Dan,

 

Make sure that Option1 and Option2  are type of Boolean, If yes, try to compare Option1 = 0 and Option2 = 0 instead of "False"

 

Remember that option1 and option2 have to be type of boolean

 

 

wish it helps

Badge +1

I have managed to resolve this now. For reference i simply transfered data from my SO to data fields in the flow and set the rules against these instead. 

Badge +1

Thanks for the reply. I tried this and confirmed that the type was correct. it was a very strange one but the answer came to me eventually :) 

Reply