Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skills Matrix Coding Errors #199

Open
jamieraine91 opened this issue May 10, 2023 · 0 comments
Open

Skills Matrix Coding Errors #199

jamieraine91 opened this issue May 10, 2023 · 0 comments

Comments

@jamieraine91
Copy link

Sample

https://github.com/pnp/powerapps-samples/tree/main/samples/skills-matrix

Author(s)

@ aprildunnam

Question

Hi

I'm having problems with the following coding line.

// Load full profile.
ClearCollect(col_profile,Ungroup(AddColumns(col_applications,"myGroupedColumn",Filter(col_network,Title=col_applications[@Application])),"myGroupedColumn")); the error is The function 'Ungroup' has some invalid arguments.

This line of coding is within the OnVisible function on the Splash page, the OnChange function within the following dropdowns dd_user_level & dd_target_user_level & dd_dev_level & dd_target_dev_level on the My Profile page.

I've had a look around google but unable to see what may be causing this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant