- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2023 10:22 PM - edited 03-13-2023 10:23 PM
Dear Team,
Want to auto-populate the work notes of Interaction's User's Tasks (incidents/requests) when work notes of its associated Interaction is updated/saved. (attached screenshot is the Interaction record's user's task records)
I tried to achieve this Before Insert Update BR on the Interaction table with the condition- Work notes changes, but not sure how to refer to Interaction's user's tasks records through advanced scripting so that when interaction work notes are updated then the same work notes will get auto-populated in its associated user's task records.
Please help to get this resolved.
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2023 12:57 AM
Working solution tried in Personal instance.
Few things to clarify is Related tasks vs User's Tasks
Related tasks is which interaction is associated with and User's tasks are like all active incidents, change, problem and requests opened by interaction open by user.
So I have script to update work notes to related records if you want I can send script for User's tasks also.
Bharath Chintala

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2023 03:02 AM - edited 03-14-2023 03:03 AM
a), the interaction is the trigger record
b), you can either create a separate flow for other tables, or add more actions to this flow, to handle similar cases with other tables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2023 05:32 AM
@OlaN Sir,
I created the FD as advised (Matched each step), then tested by updating work notes on the interaction record, once saved when I opens the User's task > Incident record, the same work notes are not gets populating in the Incident's work notes. (I double-check the flow & it s the same as advised on the screenshots above) but not getting results.
Attaching screenshots of testing & created flow designer. Please help to resolve this

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2023 08:17 AM
Did you check if the flow was triggered?
Did you check which steps happened if the Flow was triggered?
Can you share an image of the Flow execution details?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2023 08:39 AM
@OlaN Sir,
Please find the attached screenshot of the Detailed Flow execution (except Lookup Record & Update Record i.e., 3rd & 4th Actions all showing completed)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2023 12:04 AM
I've reviewed the image, and the for loop doesn't encounter any records attached, so that why it isn't working. Review and try again with a record that has incident records attached.