Write a workflow to update a field

Nalleru Pavani
Tera Contributor

'A' is a field on the incident table which will update the parent group of the assignment group. On the groups table if I change the parent of any assignment group it should reflect on the incident table also in the field A.

How can I write a flow designer for above use case?

 

3 REPLIES 3

Jon23
Mega Sage

Hi @Nalleru Pavani

 

You will want to trigger your flow on Group[sys_user_group] parent changing.  Your flow would then update all Incident where 'A' is previous parent value.  For example:


Jon23_0-1703180940511.png

 

Hi @Jon23 ,

This did not work for me.

Just to reconfirm A is a field on the incident table. It should get updated with the new value if the parent of assignment group is being changed.

Attaching the screenshots of my flow.

 

NalleruPavani_0-1703486690481.png

Action 1:

NalleruPavani_1-1703486859556.png

Action 2:

NalleruPavani_2-1703487079492.png

Action 3:

NalleruPavani_3-1703487136004.png

 

 

 

 

Jon23
Mega Sage

Hi @Nalleru Pavani 

 

Your step2 looks like you dot walked to the parent value.  What you need is the field name i.e. 'parent':

 

Jon23_0-1703869525913.png