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
Solved! Go to Solution.
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.
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.
Join digitally, March 2โ4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
87 | |
57 | |
41 | |
37 | |
33 |
User | Count |
---|---|
88 | |
70 | |
63 | |
58 | |
38 |