Repeating group with ADD buton as last element

I have a list of user uploaded images and these are shown in a repeating group. I´d like the last element to be an “add another image” button. At the moment all I can do is have a separate “upload picture” outside the repeating group as shown below.

How can I do this without it being a button external to the repeating group?

Thanks,
Chris

You might be able to put the upload bit in the repeating group, but put a condition on it to make it only show up when Current Index = the length of the repeating group’s list of things. You’ll also need to put conditions on everything else in the repeating group to NOT show up when current cell = the length of the repeating group’s list of things. That might/should work, but I haven’t tested it myself yet.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.