Flow designer: Update "Approval Type" Text

Abdul Khan4
Kilo Guru

On Flow designer written on catalog item, we have a requirement to update Approval type based on assignment group the task goes to.

AbdulKhan4_1-1677535043651.png

 

How can we achieve this without using separate flow designer for Approval table. 

1 ACCEPTED SOLUTION

Ashir Waheed
Kilo Sage
Kilo Sage

Hi @Abdul Khan4 

 

If you are talking about changing approver type based on Catalog Task assignment group. I would recommend you to follow these Steps

1. Create Task and Approvals in the flow itself.

2. As the attached image you need to use look up record action to query approval table.

3. in the condition use approval for->trigger-RITM.

4. After querying, you need to select Update record action, to update the approval type.

5. Follow the process like the below image.

 

AshirWaheed_0-1677543339601.png

AshirWaheed_1-1677543635510.png

Instead of setting comment field you can use your desired field.

AshirWaheed_2-1677543665164.png

 

Regards,

Ashir Waheed

View solution in original post

5 REPLIES 5

hi @Ashir Waheed 

there is actually 5 approval level. 

the flow is 

1. Request submitted. 

2. 1st layer of approval trigger. Once approved..

3. ...2 Sc_task triggered in parallel. 

4. each task once closed completed will trigger the 2nd and 3rd approval. 

5. once 2nd and 3rd approval request are approved, 4th layer of approval request is triggered. 

6. The 5th layer of approval is conditional depending on the one of the variable is True. 

 

the 2nd & 3rd approval may trigger same time depending on how fast the assignee completes the task, should I put a condition to wait? 

I also noticed that the 1st layer approver type sets as a default value even though I did not set any at all. 

 

thanks!