Use carousel input variable for conditionning
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 04:56 AM
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.
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