I have 2 galleries, SMEGallery and EmailPeopleGallery.
The SMEGallery pulls Office365 User data and the Items property for that gallery is:
ForAll(
Split(SMEHidden.Text, ";"),
First(Office365Users.SearchUser({searchTerm:Trim(Result)}))
)The EmailPeopleGallery pulls data from a collection, MyPeople. The collection code:
Collect(MyPeople,
{DisplayName: ToText.Text, UserPrincipalName: ToText.Text, Mail: ToText.Text})Is there a way to include all the items from my SMEGallery into the EmailPeopleGallery using the OnVisible property?

Report
All responses (
Answers (