Flow designer to validate true/false system property

Kumar38
Kilo Sage

I created a flow designer that triggers when a value of T/F property changes to true , It doesn't trigger when I update property to true.

 

It works when I click on test and use the same property as example. Later in one of the steps , there is a if statement to validate if its true . that steps always fails although its true.

 

can this be triggered/validated on a system property ?

 

Kumar38_1-1670908280834.png

 

Kumar38_0-1670908958332.png

 

 

 

 

1 ACCEPTED SOLUTION

Vasantharajan N
Giga Sage
Giga Sage

Please define a flow variable of type true/false and set the flow variable using the property value then use flow

variable for if condition

VasantharajanN_2-1670911652461.png

 

VasantharajanN_0-1670911496789.png

 

VasantharajanN_1-1670911592023.png

 

 


Thanks & Regards,
Vasanth

View solution in original post

6 REPLIES 6

newhand
Mega Sage

@Kumar38 

I think you are using the trigger data .

Trigger data will not change after the flow starts running althrough the value changes in the table..

You need to call a record search to get the newest value and use the value instead of the trigger data in step5.

 

 

Please mark my answer as correct and helpful based on Impact.

This fails when I use test button and although the value hasn't changed when from when clicked the Test

@Kumar38 

Flow designer doesn't work well with True/False estimating。。。

See this ~~

https://www.servicenow.com/community/developer-forum/flow-designer-if-condition-for-confidence-to-pr...

 

Using other values instead of True/False may be a safe way...

 

 

 

Please mark my answer as correct and helpful based on Impact.

Vasantharajan N
Giga Sage
Giga Sage

Please define a flow variable of type true/false and set the flow variable using the property value then use flow

variable for if condition

VasantharajanN_2-1670911652461.png

 

VasantharajanN_0-1670911496789.png

 

VasantharajanN_1-1670911592023.png

 

 


Thanks & Regards,
Vasanth