You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: