Everyday flow check if a new task is assigned to a user a message send to Microsoft teams channel which has the same name as the planner bucket name
Everyday flow check if a new task is assigned to a user a message send to Microsoft teams channel which has the same name as the planner bucket name
Hi @drweby2,
There is no way to monitor the moment when a new task is assigned to a user, but as a workaround, you could use the trigger When a task is created.
If these bucket names are the same as these channels, you could refer to this method to find the corresponding channel ID:
1. Initialize a string variable named BucketName, then get List of Buckets, add the apply to each action to find the Bucket name according to the bucket ID, if found it, set the BucketName variable.
2. Initialize a string variable named ChannelID, then get List of Channels, add the apply to each action to find the Channel ID according to the channel name, if found it, set the ChannelID variable.
3. Then click enter custom value and put the ChannelID variable into the Channel field.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1