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
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
Copyright © 2021 Jogjafile Inc.
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"