Hi @Anonymous ,
Thanks for posting.
According to your requests, you would like to create tasks and complete auto-assignments first, then send notification to them via Teams. But you didn’t mention whether notify them through channel or private chat. So I test both and share related information with you as below.
Option 1 : notify people in channel:
Since you got success in approval section, I will start the flow using “manually trigger a flow“. Once flow starts, planner will create new tasks based on SPO list. The task assignees will be added to one specific channel and flow bot will send notification in this channel. Here is my simple SPO list:
The whole flow looks like this :
In From field : outputs('Get_items')?['body/value']
In Map filed : item()['People']['Email']
(Bold area is my column name, pls change as required)
Run the flow, new tasks will be created and auto-assigned to specific user. The users will receive a message in channel as below:
Option 2 : notify them in private chat:
Using same SPO list and similar functions. Please check:
Once succeed, you will get private message as below:
Hope the information above helps you. If any further query, please feel free to reply me.
Best regards,
Anna