Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

All the request changed to "Approved" insead of one

ramesh_r
Mega Sage

Hi All,

 

I am using this below syntax for the approval form the flow. when 1 user is approving the request other user request should go to "No longer require" but insead all of them changed to "Appoved"

 

var approvers = fd_data.flow_var.approvers_list;
return  "ApprovesRejectsAnyU["+approvers+"]";
 
ramesh_r_0-1762226098794.png

 

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@ramesh_r 

should not happen like this. your logic is correct.

Any custom logic is updating the other State?

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@ramesh_r 

should not happen like this. your logic is correct.

Any custom logic is updating the other State?

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Got it 

there is one custom business rule running on the Approval table becase of that its happing.