- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2018 09:59 PM
Hi Carl,
As you see in my screenshot, I set a condition to wait until one field (u_check) is not set to false and it's working. You can see workflow is in execution mode and waiting the value to change to "false".


If it doesn't help, please share a screenshot so that we can have a deep dive.
Regards - GS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2018 10:05 PM
Thanks for your reply Gaurav, although this isn't what I'm trying to achieve and sorry I may have not explained it well.
I need to check the status - if it changes to 'Status A' then return 'true' and do 'action A'. However if the status changes and it 'isn't Status A' then return 'false' and do 'action B'.
So I can do a simple check where the condition is 'status IS "a"' and this works fine. But I can't get it to check that the status field has been updated, and then check what the value is, and then return true or false.
Does that help clarify?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2018 10:37 PM
Hi Carl,
I think in this case you need to create an additional activity "Switch" along with the "Wait for condition". Wait for condition will wait for the value to be changed and "Switch" activity will route to the task you need to do. You can try as in the screenshot:




- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2018 10:42 PM
yea that could work, I will try this tomorrow and see if I can get it working. I could use a condition that will always be true (it will only be called when the record is updated) and then the script to check only for status updates, then goto the script.
Will let you know how I get on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2018 03:52 PM
Hi Gaurav,
I have tested this and it works well - it now waits until the state 'is not new' and then depending on the state it has when it's updated, the 'switch' will take the correct path.
Note that the 'Wait for condition' definitely ONLY allow a 'true' result, it doesn't allow for dealing with a 'false' or any other condition at all.
Thanks for your help.
Cheers Carl.