I need help with my repeating group. I have a field that allows for multiple entries. When I use a text field that displays a current user’s company’s groups it combines all the groups in one row. I need each entry on its own line. Any suggestions on how to make this work?
Hey @bubble17
Can you share a screenshot of your RG’s configuration?
Hi @ambroisedlg,
Here’s a screenshot of the content.
I have the groups set up as its own data type and then under the company data type I have the field type as the group data type.
@bubble17 couple of things I’m seeing:
- in your Company data type, Group is a List of Texts at the moment. It should be a List of Groups
- If you RG’s data source is Current User’ Company’s Group, then the text in your cell should be Current cell’s Group, instead of Current User’s Company’s Group
I believe if you make those changes it should work fine. Let me know if that solved it
I’ve made the following changes but I’m not seeing anything show up on the repeating group. I’ve confirmed the user I’m testing with has the correct company attached to it.
!@ambroisedlg, I changed the data source on the RG to do a search and it’s now working.
Thanks for your help!
Cole
Glad it’s working Cole, although it’s weird it doesn’t display the same results.
AFAIK Search for Groups, constrained with Company = Current User’s Company should be the same thing as Current User’s Company’s Groups, although the latter is faster to load from my experience