The user is meant to confirm there are 4 items by pressing a button 4 times then the next product in the list should be displayed. I’m not sure how to:
A. Move onto the next product
B. Mark the first item as confirmed
Please let me know if you need more details/screenshots to help get to the bottom of this
Instead of displaying the single item in a 1x1 repeating group, just use a group. Set type of content to Batch. When you select a Batch item, show the group (or popup) and use the “Display List” action to send the “Current cell’s batch” to that group. That group can then display “parent group batch’s [field]” (see this video to understand that concept a bit more: https://youtu.be/fcdD6UED_PA)
When the submit button is clicked and there are no more items to check, make a change to the “batch” record, where a “yes/no” field (labeled ‘completed’) = yes
Your original RG of batches could have a constraint to only show Completed = no, which would automatically remove the one just checked.
After the last item is checked, you could go ahead and use “display data” again and use “repeating group’s batches :first item” to just call up the first in the list, which would be the next not completed.
A few ways to accomplish this depending on your interface design, but hopefully this helps a bit.