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 614
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