I have added a repeating group in my app and it contains pagination. There are a set of page numbers below repeating group. When user clicks on 1st page or 2nd page, i change color of this text and background color so the user can know it is in which page. I have added a condition for this. Now the problem is the condition is working fine for background color but it is not working for text color. I have also added a custom state to know the user in which page number.
Below is the screenshot of the pagination page number below repeating group. In this image, user is on 1st page.
Bubble works from bottom to top. It picks the first most bottom condition and runs with it. In this case it’s seeing your bottom condition as accurate, so it’s using that one.
You will need to figure out why your logic doesn’t work though.