currently building an admin page for my app which uses a search function to display data in a repeating group. There is a button that opens a popup with the user data that is due to be edited via auto binding. I have about 10 inputs on the pop up for the user data but only 4 are actually displaying the data.
They are currently designed to use the repeating group as a parent group and have an identical approach.
Any idea why only a few are showing, despite all the code being the same? Am I missing something?
I have removed the pop up and instead placed a group next to the repeating group to pull the data from the repeating group and edit. I am only going to be searching by two main criteria, possibly 3 (ID being the third). You can see that some data is being shown in the second group but not all of it. The settings/workflows/dynamics are the same so not sure whats happening.
the debugger did not give much away, some of the inputs said they were empty but I do not know why…
Hi there, @phil.hutchins91… I’m guessing it won’t be this easy, but any time I run into something that I swear should be working but isn’t, I make sure to check privacy rules. Do you have any rules in place that would prohibit some of the fields from being shown?
Again, it probably won’t be that easy, but I didn’t think it could hurt to throw the suggestion out there.
Thank you very much! I have just had a look and there seems to be an issue there so need to go through and edit the privacy settings. Thank you very much for that, I shall let you know how I get on!