- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I want to send a notification on MS Teams Channel for the Major incidnets getting created. For that I created a flow and added action to Post message using Teams. I got an OAuth token from Azure AD alon gwith below permissions:
✔ ChannelMessage.Send
✔ Group.ReadWrite.All
✔ Team.ReadBasic.All
While testing this flow I get below error.
Error: Invalid version: v2.0 (Process Automation.c18c06d077b2a1107cac5228c810616e; line 6)
Can anyone suggest what went wrong. Also is there any other way to achieve this requirement?
Thank you in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
If you see “v2.0” in the Authorized URL or Token URL fields in the Application Registry, try removing it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
If you see “v2.0” in the Authorized URL or Token URL fields in the Application Registry, try removing it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Just only removing it, it is working?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
Ensure you have installed/update latest (compatible) version of spoke plugin. Once you do it, this issue will be fixed.
Its not related Permission issue.
