I have two collections in power apps:
users:
colAppRoles:
And I want to add a column with the displayN of each role from the colAppRoles collection where appRoleId of users is equal to the id of colAppRoles.
I have two collections in power apps:
users:
colAppRoles:
And I want to add a column with the displayN of each role from the colAppRoles collection where appRoleId of users is equal to the id of colAppRoles.
Use the AddColumns function to add a new column to your Users collection where you can use LookUp function to match the IDs and get the DisplayN values in the new column.
The AddColumns function will help.
colCombined
role
columncolAppRoles
appRoleId
to the new role
columnIllustrated: