Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Use carousel input variable for conditionning

Theo BOULANGER
Giga Guru

Hello all,

 

I have to create a new custom greeting for my clients because they doesn't want the list display of topics.

So i've created a carousel and the choice they make will determine wich topic block it'll launch.

But i'm unable to select the variable in decisioning, I have only is empty or it's not empty.

TheoBOULANGER_0-1715774110560.png

TheoBOULANGER_1-1715774131536.png

 

 

Carousel options : 

options.push(
{
'name': 'Créer un incident',
'value': 'incident',
"description": "Mon matériel ne fonctionne plus/est cassé, j'ai un message d'erreur sur mon logiciel...",
}
);
options.push(
{
'name': 'Créer une demande',
'value': 'demand',
'description': "J'ai un nouveau besoin tel que du matériel, accès logiciel...",
}
);
}
 
Cheers,
0 REPLIES 0