I want users to select items from a type (Inventory Library) from a repeating group, presented as buttons. After clicking the button, a popup opens to display the clicked button’s value. The user can append more
information to that value by filling out other input fields. By saving it would create a new item of a different type (Inventory Item).
I’m not sure why i need to select the current user’s email. Why not just the ‘current user’.
Below this RG, I have another RG that will display the saved values. I can only populate this RG with the correct items, when I choose this as the constraint:
Not sure what you mean. You cant open that link? I cloned the app and created a public version. What else do i need to do to make it available to others?
Although … I would think it would be a lot easier to just do a search for Inventory Items where Creator = Current User as having the list on the User seems redundant right now.
Every new thing has a “Creator”. But you need to maintain your lists on your users yourself. That is where it isn’t working.
I still need to wrap my head around lists… To me it seems there are two type of lists? A bunch of things in a type is a list but then there is also the possibility to create a list inside a thing? Basically multipe items in one cell?
So that would mean the 'User’s Inventory Item’s list should be populated with individual things, basically comma separated? So the list would sit in one cell… This concept is very new to me and i dont know i fully understand (well, obviously not…)
However, in this case the creator of the Inventory Items list is not always the current user. Sometimes the Current User does this him/herself so the items need to be stored on the current user, but sometimes its done by a ‘manager’ user and the results need to be stored on the client and not the Current User.