How to send approval based on RITM value?

lucky24
Tera Contributor

Hi Team,

 

I have one catalog item in which there is one select box variable with 4 choices value.

 

A- general  access 90

B - general  access 92

C - advance  access 90

D - advance  access 92

 

SO I have to send approval only when user select option C or D( advance  access 90 or advance  access 92)

I have created one notification on sysapproval_approver table but there In filter condition I am not able to dot walk on variable 

Please help me here how can I achieve which code I need to write on advance condition So I can send approval based on the variable?

10 REPLIES 10

Hi Anshul,

I want send approval notification only when user select specific choice value on select box variable.

Hi @lucky24,

 

You can add a Switch condition in the workflow like below.

SivaJyothiM_0-1695638077633.png

If you want to send an approval you can send using Approval - User or Approval - Group activity.

SivaJyothiM_0-1695638297391.png

 

Also join the activity for the A or B option accordingly.

 

Please mark this answer as correct and helpful if it solves your issue.

Regards,

Siva Jyothi M.

 

@lucky24,

Anshul21_0-1695638573680.png


Use "If" the logic in the flow and use ask for approval activity for the approval

I hope this will help you solve your problem. Please mark it as Accepted and Helpful.

Thanks and Regards,
Anshul

Hi Anshul,

I am able to send approval but I have to send approval notification on(sysapproval_approver) table

I have created 1 event registry and 1 notification and trying to fired through flow but not getting succeed

I tried with below flow

lucky24_0-1695640129442.png

 

@lucky24,

I think your table name is incorrect. It's sysevent_register table.