To autopopulate the worknotes of Interaction form to its User's Tasks worknotes

rishabh31
Mega Sage

User's task- INC & REQ records.pngDear 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

1 ACCEPTED SOLUTION

BharathChintala
Mega Sage

@rishabh31 

BharathChintala_0-1678866734755.png

BharathChintala_1-1678866751160.png

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.

 

If my inputs have helped with your question, please mark my answer as accepted solution, and give a thumb up.
Bharath Chintala

View solution in original post

14 REPLIES 14

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.

@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

 

 

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?

@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)

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.