I need to have a minimum of 2 approvers per article

Lbec
Tera Expert

Hello,
Good day!
I have the request that some knowledge articles, depending on the base, be approved when 2 approvers approve the request.
How can I do this? What part of the flow should I modify?

1 ACCEPTED SOLUTION

Yepp, we can achieve it.

As you are going to change the flow, before the approval we can have an {If else} activity which will check -
If(Field Set -> True)
{
Go for approval -> Include the script which I have suggested above & the remaining flow will be the same.
}
else{
It will go in the approval flow where code is not written.
}

After the approval from any one of them, it will have the same approval.

Cheers...!
Tushar 


Mark it as helpful or correct, If Applicable


Cheers..!

Happy Learning:)

Tushar

View solution in original post

6 REPLIES 6

Yepp, we can achieve it.

As you are going to change the flow, before the approval we can have an {If else} activity which will check -
If(Field Set -> True)
{
Go for approval -> Include the script which I have suggested above & the remaining flow will be the same.
}
else{
It will go in the approval flow where code is not written.
}

After the approval from any one of them, it will have the same approval.

Cheers...!
Tushar 


Mark it as helpful or correct, If Applicable


Cheers..!

Happy Learning:)

Tushar

Hello Lbec,

If my response helped please mark it correct and close the thread so that it benefits Others.

Cheers..!
Happy Learning:)
Tushar

Mark it as helpful or correct, If Applicable


Cheers..!

Happy Learning:)

Tushar