I’m stuck on a small problem that really shouldn’t be too difficult. But I’m still stuck
I have a button that I want to scroll you to the next item in a Repeating Group. That is, not the next page, as they are on the same page.
Seemingly, it would be easy: just scroll it to the venue with this index # +1. Except I’m not able to add +1 after the expression. As you see below, it only allows to refer to data points in that venue, instead of returning a number.
Did anyone make something similar, or have a good idea on how to solve it?