When I'm creating the Planner task I want to use the data from Microsoft Forms.
When users-ID would be attached to the task I get an error.
this is because the data is sent like this
["firstname.lastname@company.com"]
If i write firstname.lastname@company.com the task will be crated.
How can I change the data that Power Automate is using to be able to get it to work?
Thanks
HAKGEB
Hi @HAKGEB,
You could use an expression like so:
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Cheers,
Damien
P.S. take a look at my new blog here
Hi @
Yes this works if you have one E-mail address.
In this case I have a list in the Forms questionairy where you can choose from 1 to 4 users.
And the data that will be sent is
["firstname.lastname@company.com","firstname.lastname@company.com"]
is it possible to convert this string and replace some characters?
firstname.lastname@company.com;firstname.lastname@company.com
Im still trying to find a solution and struggling... 🙂
I will look at your new blog
Thanks
HAKGEB
Hi @HAKGEB
You should be able to use the dynamic content from get response details "Responder's Email".
@{outputs('Get_response_details')?['body/responder']}
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Cheers,
Damien
P.S. take a look at my new blog here
WarrenBelz
146,552
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,928
Most Valuable Professional