I did exactly what this video said
I made a repeating group User, data source: search for users
I made the text box current cell’s user name
I have users in my database
But when I preview I get a nothing.
What am I doing wrong?! Please help!
Your repeating group is set to be ‘Not Visible on Page load’, which means it won’t display until something tells it to (an action or a condition).
So either change it so it is visible on pageload, or set up some conditional to make it visible whenever you want it to be.
thank you!!!