
Hello,
I have a collection that fetches list of current user teams.
I require to fetch a security roles assigned with each team, as of now, I was only able to get that in the "Gallery" control using "ThisItem.Security Roles"
However, I need a collection in the following form:
TeamName SecurityRole
TeamName1 SecurityRole1
TeamName1 SecurityRole2
TeamName2 SecurityRole1
TeamName2 SecurityRole2
TeamName3 SecurityRole1
How can I achieve this?
Thanks,
Team
Hi @dave8 ,
Can you show me how you are retrieving the list of current users into your collection?
Additionally, could you show me how you are retrieving the Security Roles from the gallery control? Are you getting this from teh collection or directly from the data source?
Regards,
Ricardo