I have a ButtonGroup with 4 images as options. No labels, no text - just images.
I want to set conditional logic so if the user presses Image 1 - he gets redirected to Step X
If the user presses Image 2 - he gets redirected to Step Y
And so on and so forth.
However, when I try to do that with the Rule Builder - the software can’t differentiate between the images. Why? Because I don’t have any text/label set, so the value (string) of each Option remains empty so all 4 images are recognized as the same.
The form runs, but no matter which image I select - it redirects me to Step X. It won’t ever redirect me to Step Y or Z.
Anyone that has faced this issue?
It looks to me that this is very simple and should be easy to do, but I read the documentation, asked AI assistants, but nothing worked.