M365 Actions - Running Questions
AnsweredGreetings,
I just jumped into using the new M365 Actions, and figured I'd start a thread for general questions, since the feature and documentation is new.
My first question is concerning adding a Planner or OneNote as a Teams Tab...
As shown, I previous created a Planner Plan and Cloned a OneNote... For Planner/OneNote, what is utilized in the 'Content to display' section?
When accomplishing the same with HTTP Requests in Power Automate, my ContentURL follows the pattern of:
https://tasks.teams.microsoft.com/teamsui/{tid}/Home/PlannerFrame?page=7&auth_pvr=OrgId&auth_upn={userPrincipalName}&groupId={groupId}&planId=[[varPlannerID]]&channelId={channelId}&entityId={entityId}&tid={tid}&userObjectId={userObjectId}&subEntityId={subEntityId}&sessionId={sessionId}&theme={theme}&mkt={locale}&ringId={ringId}&PlannerRouteHint={tid}
Thanks
-
Official comment
Hello,
- You can enter a name of created Plan/Note in 'Content to display' and link will be build automatically. Name of created Plan/Note you can get from outputs.
- Delay isn't necessary in Skybow, there is already a check if group is available inside the action.
- Unfortunately there is no way to thoroughly debug action execution. The error you showed most likely has something to do with invalid values. If you use expressions you can test them inside Expression builder. Hope you will find what is wrong.
-
2nd Question...
In Power Automate, I found that there is usually 16 minutes inbetween 'Group Creation' and the ability to 100% 'Create Team from existing Group'...
Is setting up a similar Delay necessary in Skybow?
Thanks
0 -
How might I go about debugging what is happening with this error? [I am trying to add a series of Teams tabs. I keep getting thrown this error on either the 3rd or 4th tab.]
0 -
Greetings Christof,
I just wanted to throw a scenario at you and see if you had any thoughts on a method to achieve it or if it is actually even possible.
Goal: Create Teams Tabs which have the same functionality as the 'Files tab'.
Context: The Files tabs is unique. It's AppID is either: 3ed5b337-c2c9-4d5d-b7b4-84ff09a8fc1c / FileBrowserTabApp. It is basically a OneDrive file explorer, and it's uniqueness is most obvious when using a phone or tablet. It makes use of "_layouts/15/filebrowser.aspx".
It's 'Url', when using Dev tools is along the lines of:
https://TENANT.sharepoint.com/sites/MustangCat/_layouts/15/filebrowser.aspx?app=teamsfile&scenario=teamsPage&fileBrowser={"sdk":"1.0","entry":{"sharePoint":{"byPath":{"folder":"/sites/MustangCat/Shared+Documents"}}}}&theme={theme}
Content URL is roughly:
https://TENANT.sharepoint.com/sites/SITE/_layouts/15/teamslogon.aspx?spfx=true&dest=https://TENANT.sharepoint.com/sites/SITE/_layouts/15/filebrowser.aspx?app=teamsfile&scenario=teamsPage&theme=default&fileBrowser={"sdk":"1.0", "entry": {"sharePoint":{"byPath": {"folder": "https://TENANT.sharepoint.com/sites/SITE/LIBRARY"}}}}
Website URL:
https://TENANT.sharepoint.com/sites/SITE/LIBRARY
Decoded JSON for Files Tab in Dev Tools:
https://TENANT.sharepoint.com/sites/MustangCat/_layouts/15/filebrowser.aspx?
fileBrowser=%7B%22sdk%22%3A%22v1.0%22%2C%22
entry%22%3A%7B%22sharePoint%22%3A%7B%22
byPath%22%3A%7B%22web%22%3A%22%2Fsites%2FMustangCat%22%2C%22
folder%22%3A%22%2Fsites%2FMustangCat%2FShared%20Documents%2FTest%201%22%7D%7D%7D%7D
&app=teamsfile
&teamId=19%3A82Q6TkPCwK7C0l0ux6FoBCD3cVBbJ6k7UWo5owgErY41%40thread.tacv2
&channelId=19%3A2954bcd241434f44a2a21f1336a63582%40thread.tacv2
&entityId=FileBrowserTabApp
&theme=default
&ringId=ring3_6
&locale=en-us
&sid=70d875a7-eff3-4c6a-abc6-cface16e635c
&asid=6fae05e1-ce8a-4a42-90cd-b7fdd75fa576
&subEntityId=
&scenario=ChannelFiles
&auth=none
&p=31
&hostName=TeamsModernDo you know if it possible to create Tabs, which use the FileBrowserTabApp (OneDrive file explorer) for Document Libraries OTHER THAN the default Shared Documents?
I've attempted every possible HTTP payload in Power Automate and Skybow, with little luck, but a few interesting results... but nothing that is truly what I am looking for. In English, this is the only content I can find that is even talking about this concept: https://blog.velingeorgiev.com/how-to-add-sharepoint-app-as-a-microsoft-teams-team-tab
Thanks,
Taylor
0
Please sign in to leave a comment.
Comments
4 comments