I’m trying to make an app that allows medical professionals to keep track of their medical licenses. I’ve created a page with a repeating group, and a popup button to “add a license”. In the popup, there are two drop down menus with the license types and states as options.
my issue is that the repeating group displays the cells prior to any input from the user.
thank you so much! I’m not sure if I did what you were suggesting, but your suggestion led me to figure it out!
I added constraints to the data source for the repeating group. Is that what you were suggesting? Because that worked. If not i’d be curious to know if there’s another or better way you had in mind for future reference. Thanks again!