Flow Designer - check when worknotes changes in script

reginabautista
Kilo Sage

Hi, I have a flow designer that uses REST Step action. I would like to pass work notes only if it changes. I have added the script below but it keeps returning false even though I've added work notes to the record. Any idea how I could check if work notes changes in script in flow designer? Thanks - Regina

find_real_file.png

4 REPLIES 4

reginabautista
Kilo Sage

Hey guys, any ideas?

DScroggins
Kilo Sage
Hello. What type of flow trigger are you using? If it's triggered off the update of a record then you should have access the the "changed fields" data pill under the trigger values. You should then be able to recognize when the work notes change and pass a "true/false" value to your REST step to be utilized when building the outbound payload. Hopefully this helps. --David

Geoff_T
Mega Sage

Hi, I have implemented something similar for when a catalog task work notes are updated. I set up a flow with a trigger like the below:

find_real_file.png

 

Can you do something similar, obviously updating the condition to suit your needs, then add your REST action to call when the trigger condition is met?

Geoff

Sica Darac1
Kilo Explorer

Hello Regina,

Did you finally found a solution for this?

Thank you,

Sica