I have a flow that uses When a new email arrives to a group connector. The email lands in a folder which is a O365 group. I am the member of the group. The flow then checks for a keyword named "Power BI" within the email body and adds a task to a specified bucket to the planner and assign the task to a staff member. (Here is my flow)
At the moment the flow runs successfully and adds the task to the bucket on planner. However, I want to add (senders email address) the person who sent the email to the IT inbox to the title of the bucket (see snip below).
Currently the conversation ID is being displayed, I want to replace this with actual email address of the person who sent the email for eg: (see below)
is there another way of achieving this (may be with some other connector) I have also tried when a new email arrives to a outlook V3 connector but couldn't achieve the required functionality with that as well
Here is the create a task in planner step which adds the title
Solved! Go to Solution.
Hi @smjzahid ,
The senders email address seems to be included in posts. You can initialize a string variable first, and then append the email address in posts to this variable.
You can click on the trigger body to view the attribute values of posts. Please consider using Parse JSON action to parse posts, so that you can easily reference the attribute values contained in this object.
http://johnliu.net/blog/2018/6/a-thesis-on-the-parse-json-action-in-microsoft-flow
Best Regards,
Hi @smjzahid ,
The senders email address seems to be included in posts. You can initialize a string variable first, and then append the email address in posts to this variable.
You can click on the trigger body to view the attribute values of posts. Please consider using Parse JSON action to parse posts, so that you can easily reference the attribute values contained in this object.
http://johnliu.net/blog/2018/6/a-thesis-on-the-parse-json-action-in-microsoft-flow
Best Regards,
Check out new user group experience and if you are a leader please create your group
See the latest Power Automate innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
50 | |
41 | |
39 | |
36 | |
34 |
User | Count |
---|---|
68 | |
67 | |
65 | |
54 | |
49 |