Update specific fields in another table when Incident notes change (single flow)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
I can trigger the Flow successfully (Attached screenshot)when any of the three fields change — the challenge is inside the Flow action:
How do I check whether Work Notes changed vs Additional Comments vs Resolution Notes?
What is the best pattern to update only the changed field value in the target table (instead of updating all fields every time)?
Looking for best practices or examples for handling this in one Flow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @kanhaiya02 ,
1. You can iterate through the changed fields with a For Each action:
2. Then, in your IF flow logic, you can access the Field name:
Make one for each field: if comments, if work_notes, if close_notes: