Hi All,
Trying to make a flow for different choices of sports for students. I get the following error message. Can someone help me?
Kind regards,
SHM

Hi All,
Trying to make a flow for different choices of sports for students. I get the following error message. Can someone help me?
Kind regards,
SHM
Hi @SHM,
The values in the two boxes of Condition action should be same format, the error shows one side is string and the other side is integer, to solve this issue, you should use int() function or string() function to convert one side to the same, for example:
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.