Get previous/next record in table?
I'm trying to write some logic in the table builder - I need to get the previous and next row in the table, if at all possible, as this will help determine the actions I need to show/hide in the table records.
Solution:Jump to solution
Figured it out, but it's pretty nasty. Basically I ask the records from the Table injected object, and then loop through to find the right records. as needed
1 Reply
Solution
Figured it out, but it's pretty nasty. Basically I ask the records from the Table injected object, and then loop through to find the right records. as needed