Repeating group cards with 'add new card'

I have created a repeating group with ‘cards’ of items.
I want the user to be able to create a new card. No problem of course, but,…
I want that at the beginning of the list of cards there is something like ‘add new’ in it.
I have created a sample image.

How can I do this?

1 Like
  1. Add a new record to your table with the text you want to display.
  2. Update your data source to include a search for that exact record, merged with the data source for the actual records you want to include.
  3. Include 2 groups in your RG, one that shows where the text = the text for the first record and one that is visible when the text =/= that text.
2 Likes

Top! That works great!
thanks

1 Like

@lakeman great to hear. Your timing was perfect as I had just implemented this for one of my projects.

Cool dashboard Lakeman, I’m trying to create something similar. Do you think you could answer a few questions for me?

Best regards,
Jon

Sure Jon.