Using a fast track post function to skip one approval basis single select or Multi select field.

Muddassir Quazi December 20, 2021

Hi,

Using a fast track post function to skip one approval basis single select or Multi select field as a condition which I have written like this but this did not work. Means, whenever a certain value is present in either single select or multi select or both the issue should land in this approval status else if that value is not present in any mentioned fields it should skip this approval. For this I wrote condition in this fashion and the SS of the same is also attached. How can this be corrected?

cfValues['OPCO']?.value != 'Airtel - Rwanda' || 'Airtel - Chad' in cfValues['Primary affected site']*.value || 'Airtel - Congo B' in cfValues['Primary affected site']*.value || 'Airtel - Congo DRC' in cfValues['Primary affected site']*.value || 'Airtel - Gabon ' in cfValues['Primary affected site']*.value || 'Airtel - HQ' in cfValues['Primary affected site']*.value || 'Airtel - Kenya ' in cfValues['Primary affected site']*.value || 'Airtel - Madagascar' in cfValues['Primary affected site']*.value || 'Airtel - Malawi' in cfValues['Primary affected site']*.value || 'Airtel - Niger ' in cfValues['Primary affected site']*.value || 'Airtel - Nigeria' in cfValues['Primary affected site']*.value || 'Airtel - Seychelles' in cfValues['Primary affected site']*.value || 'Airtel - Tanzania' in cfValues['Primary affected site']*.value || 'Airtel - Uganda ' in cfValues['Primary affected site']*.value || 'Airtel - Zambia' in cfValues['Primary affected site']*.value || 'Airtel - AIL' in cfValues['Primary affected site']*.value

 

rwspoc.png

0 answers

Suggest an answer

Log in or Sign up to answer