Hi,
I have Parent and Child SharePoint lists to for a requirement to send email. When single Impacted Platform selected I managed to lookup child list and bring the emails on main PowerApps but if end user selects two or more Impacted Platform I could not managed to lookup child list and join these email address as single selected how can I do it.
The working formula for single Impacted Platform selection is below
Concat(LookUp('Impacted Platforms', Title= Dropdown1.Selected.Title).'Notification Recipient',Email, ";")
The result is like below
I tried this formula it did not work
Concat( ForAll(Dropdown1.SelectedItems,LookUp('Impacted Platforms', Title = ThisRecord.Title).'Notification Recipient'.Email),";")
Thanks in advance
The Parent list
Title: Single line of text
Impacted Platform: Choice (Checkboxes (allow multiple selections)
Impacted Platform: look up (as a look up from other child list)
emails: Multiple lines of text
Child list as small Database
Title renamed to Impacted Platform: Single line of text
Notification Recipient : Person or Group, show work email and Allow multiple selections