Microsoft Forms Array to Email To list

396 Views Asked by At

Is there a way to get a list of options in microsoft Forms into a "to" field in a Microsoft automate email. Currently it stores everything as an array, but I need to extract just the email addresses.

Thanks

1

There are 1 best solutions below

0
On

enter image description hereThanks everyone for your response. Below I've added the solution.

Compose = (dynamic valueName)

Parse Json on the Outputs

Apply ForEach on the body, which then addes a input on current item.

You can then perform an action on the "item"