Flow designer: How to add worknotes changes condition in if logic of the flow?

Snehal2
Kilo Guru

Flow designer: How to add worknotes changes condition in if logic of the flow? (as we do in business rule- worknotes changes/chnages to/changes from..such options are there, but in flow there are only 4 options)

I dont see changes option in the dropdown..any idea on how to add such condition. Please find the below image.

Snehal2_0-1675174337193.png

 

5 REPLIES 5

Johns Marokky
Tera Guru

Hi @Snehal2 ,

There is no straight solution for this, however I can show you an workaround which quite worked in my Instance.

You need to have for each and if conditions to achieve this and follow the below procedures.

Create an For each with data pill as Trigger Record --> Changed Fields

Screenshot 2023-01-31 at 10.37.36 PM.png

 

Then in the If condition make as the condition as marked below.

Data pill as "For Each-->FDChange--> Field Name"

and Add condition as Contains work_notes.

Screenshot 2023-01-31 at 10.39.37 PM.pngScreenshot 2023-01-31 at 10.39.54 PM.png

I think this might be an alternate solution which you can try and let us know.

Finally the flow looks like below.

Screenshot 2023-01-31 at 10.42.19 PM.png

 

Mark Helpful and Correct if it helps in Solving your Query.

 

Regards,

Johns

Thank you john for the response. I will try the work around u suggested.

MouryasagarRed_0-1713665661331.png

Hi @Johns Marokky & @Community Alums 
I tried with the above conditions but it did not worked, Could you please check check and let me know if I am doing anything wrong.

 

Thank you!

Community Alums
Not applicable

Hello @Snehal2 ,

U have to use like this, choose WorkNotes in place of state.

 

Khushbookabra_0-1675190348480.png

 

Thank you!