Hello,
I currently have a SharePoint connector for the following URL, for example:
“https://testcompany.sharepoint.com/sites/msteams_r08shn/”
I would like to avoid creating an additional connection for accessing multiple sub-channels, as mentioned below.
"https://testcompany.sharepoint.com/sites/msteams_r08shn-TESTCHANNEL1/"
"https://testcompany.sharepoint.com/sites/msteams_r08shn-TESTCHANNEL2/"
Is there a way to configure the base URL “https://testcompany.sharepoint.com/sites/msteams_r08shn” without the trailing slash in the connector, and then append the sub-chanels in the SharePoint command action?
The goal is to have one connector with up to x URLs, as they all should be accessed with the same authorization.
I would be very grateful for your help.