Hi All,
I have a scenario where
Message steucture
Cust Name
CibilScore
User1 enters the details and approves to next level(user2) using Human Activity.
User 2 has now two options
1) Approve
2) Reject
My requirement is whenever User2 Approves the request it should go to one directory and user2 rejects it should go to other directory
Approves/Rejects Based on Some score say CIBIL Score on the scale of 1-10
Approves if CIBIL>5 and Rejects if CIBIL<5
How to give the condition in exclusive choice in above situation??
Where If user2 approves and the message forwarded to Approved directory and for reject message forwarded to reject directory?
PFB screen shot of my Pattern