Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Scripted Condition for Select list values

Vikrant Yadav
Community Champion
July 2, 2020

Hi ,

 

I am trying to add Scripted condition according to select list field. Like when select is having these 2 value then this transition doesn't happen.

I am using OR operator and defining all three value but this condition working properly. When i using only one value like this :- cfValues['Team MM 365/365+']?.value != 'EDI'  .

Then it's fine with OR not working. Please suggest

 

cfValues['Team MM 365/365+']?.value != 'EDI' || cfValues['Team MM 365/365+']?.value != 'Custom Configuration' || cfValues['Team MM 365/365+']?.value != 'Payroll' 

 

Thanks,

Vikrant Yadav

1 answer

0 votes
Andrew Morin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 2, 2020

Suggest an answer

Log in or Sign up to answer