Hi @Rick Lecoat ,
When calculating the path length for a SharePoint URL, you should start counting from the /sites
segment and ignore the parameters. So the query string parameters (?FolderCTID=...&id=...
) are not included in the path length calculation.
In your example URL, the path you would be counting is:
/sites/SiteName/Shared Documents/Forms/AllItems.aspx
For your references:
Have a nice day! :-)
If the answer is helpful, please click "Accept as Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.