Forum Discussion

plmcgrn's avatar
plmcgrn
Copper Contributor
Apr 06, 2021
Solved

Teams adaptive card won't open OneNote URL's

EDIT: It seems to work if you manually generate a Share URL in OneNote, but not with whatever is in the address bar.  Leave it to MS to break something as simple as a working copy/paste URL...   Wh...
  • Mamatha-MSFT's avatar
    Apr 09, 2021

    Hi plmcgrn, The sharepoint/OneNote Url should be in encoded format. If URL has '{' and '}' it does not work. Please replace '{' with '%7B' and '}' with '%7D' respectively it will work. 

    Sample URL:

     

    https://{domainName}.sharepoint.com/:w:/r/teams/My_Test/_layouts/15/Doc.aspx?sourcedoc=%7BF2B5321E-7CA9-468D-B628-8ECB9308F982%7D&file=Document.docx&action=default&mobileredirect=true

Resources