How do I identify the last cell in a repeating group, so that I can show an item or set a work flow so “When the last item in the repeating show a button”?
Seems simple and would expect to say ‘when repeating-group:last item’, but this does not seem to be available.
Maybe something like
Current cell’s index = group items:count?
or similar (but you got the idea) on element’s conditional visibility, of course if that element is in the RG’s cell.