Bots: branch on a condition

Orcua
New Member

Hi,
Maybe it is a novice question but I cant find out how to do it:
I want a bot to do an action based on the chosen value of a list in a field, when I tried to do it, the simple way would be checks[actions] = โ€œresetโ€ but Im getting the error that a text cant be compare with a list.
then if I use in(โ€œresetโ€, checks[actions]) it will always result in a YES as the value โ€œresetโ€ would be always IN the list.

what can I do to only check if the โ€œresetโ€ value was chosen?

thanks

0 4 633
4 REPLIES 4

Thank you but I think the result of the SELECT will be a โ€œListโ€ and not a โ€œYes/Noโ€ which is required for the branch condition right?

You seemed to have greatly mis-read the linked post. You arenโ€™t using a SELECT expression, so the middle portion of the linked post does not apply to you.



Orcua
New Member

Thanks for the clarification! yes I mis-read the important part of the post.

Top Labels in this Space