Next/Previous record/details screen buttons

Start by building the columns for the 2nd use case in the following post.

Once you have that, create 2 math columns. One to subtract 1 from the index, and one to add 1 to the index.

Next, create 2 single relation columns. One that links the first math column to the index column, and a second relation that links the other math column to the Index.

Now you should have two relations that each point to the row above and below the current row. Now on your detail screen add two buttons. Both with a Show Detail Screen action, but each one using the appropriate relation as it’s source.

That should be it. You should be able to use buttons to navigate between items.

Edit: I just quickly scanned through Grumo’s video that @Hassan_Nadeem shared and it is doing the exact same thing that I suggested, except that I eliminated one extra step. I’m not sure I understand why you feel his method wouldn’t have worked for you because I feel it should work quite well and dynamically.

5 Likes