Approval triggering in workflow

Gayathree Seeth
Tera Expert

Hi,

 

Could anyone help me on this case.

 

1. a

2. b

Like this i have 17 check boxes which are applications.

I need to trigger only one approver for any number of selections it may be and create each tasks for each selection.

 

Thanks 

 

 

9 REPLIES 9

Uncle Rob
Kilo Patron

Sorry friend I'm not fully understanding your request.  Which of these are you asking for?
1)  One approval for ALL + one task for each checkbox checked?
2)  One approval for each + one task for each checkbox checked?

Thanks Rob,

 

I have many check boxes which need approval and non approvals.

for the approval one, For eg: I am checking the applications belong to A agency it should go for approval commonly one and sc task should be created multiple upon selection of applications

Deepak Negi
Mega Sage
Mega Sage

Hi

 

1. Create a flow and trigger on Request Submission

2. First step add and If condition to check any of the checkbox is marked true. You have to apply OR conditions for the checkboxes as each checkbox is a separate variable

3. Once the above condition is true, then add Ask for Approval action and define the approver.

4. Once the approval is attached, then apply If condition again for each variable and if true then use Create Task actions

Hi Deepak

Gayathree Seeth
Tera Expert

 

 

Am using Workflow instead of flow designer here.

I am trying in this way attached screenshot.

The thing is i am having some other checkboxes also which should not go for the approval

 

 

 

So if branch it, all the selections which do not need the approval is also going to the approval.

Pls help.