Hi,
I'm wondering how to achieve this scenario in Power Automate where I have a distribution matrix from an excel table tagged all the emails by CompanyName and use the same choices in my multi-select in MS form to automate the distribution of emails marked in the form.
I have managed so far while searching tirelessly on the web how to achieve this but quite confusing for someone who's just starting to learn PowerAutomate.

I started with the Initialized var to get the value from the previous list row
@outputs('List_rows_present_in_a_table')?['body/value']
then used Compose EmailAddressCC to get the output from MS form of the multi-select field value
@outputs('Get_response_details')?['body/FORM_ID']
then used Join EmailAddress with Expression json to join the Compose Output EmailAddressCC
@JSON(outputs('Compose_EmailAddressCC'))
The Apply to each is not getting the desired output which should only contain a filtered array of the company


How can I filter the excel table using the Array of CompanyName to get all the email addresses and join them using a semi-colon?
Any help is greatly appreciated.
Thanks,
Mielkew