Generate approvals based on a customized list field

Sanu Giri
Tera Contributor

I have a field 'approver' which store user name in comma separated. I want when user make any changes in that field 'approver' approvals will be generated based on that field for problem table in flow designer. 

2 REPLIES 2

Rahul Prasad
Tera Contributor

Hello Sanu,
You can just update the flow Trigger type to Created or Updated so each time the field is updated the flow will trigger and approval will be generated.

Akash4
Kilo Sage
Kilo Sage

Hi Sanu,

That's the best possible way to achieve your requirement as mentioned by Rahul Prasad, but this change of "Created or Updated" needs modification of other flow steps accordingly due to this multiple trigger case (so as to not alter any set Values twice or generate tasks in duplicate)

Regards, Akash

Regards, Akash
If my response proves useful, please mark it "Accept as Solution" and "Helpful". This action benefits both the community and me.