Hello everybody!
I'm new using PowerApps.
I have problems dealing with the ForAll function, here's the scenario:
I've got a label which contains some Office 365 Group IDs, separated by semicolon:
Then, I've got a button with this function:
Collect(ABM;Split(lbl_AprobadoresGuardados_ID;";")).Result
This function creates a collection named ABM which contains the mentioned IDs:
I need to obtain the group members from all ID groups above, so, i'm trying to use the ForAll function. I'm trying this:
ForAll(ABM.Result;Collect(ABM_2;GruposdeOffice365.ListGroupMembers(Result)))
The problem I have is that formula returns the values separated in different tables:
But I need all the values in one table.... how can I achieve that?
Thanks in advance!!!
Have a great day!

Report
All responses (
Answers (