- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2022 09:11 PM - edited 12-12-2022 09:22 PM
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 ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2022 10:06 PM
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
Thanks & Regards,
Vasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2022 09:22 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2022 09:27 PM
This fails when I use test button and although the value hasn't changed when from when clicked the Test
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2022 09:35 PM
Flow designer doesn't work well with True/False estimating。。。
See this ~~
Using other values instead of True/False may be a safe way...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2022 10:06 PM
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
Thanks & Regards,
Vasanth