DScroggins
ServiceNow Employee
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