pnp / powerapps-samples

Contains curated community Microsoft Power App samples
https://aka.ms/powerplatform-samples
MIT License
413 stars 308 forks source link

Skills Matrix Coding Errors #199

Open jamieraine91 opened 1 year ago

jamieraine91 commented 1 year ago

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.