DataFlow Gen 2 Sharepoint Folders
Hey Everyone! I need some advice on this :p I can manage a sharepoint folder. Example of site URL : https://XXX.sharepoint.com/sites/AAA In this site, I have "category folders" (eg. Brand 1) and in each category, "data folders" (META, Google Analytics / etc...) Eg. Brand 1 - META - Google Analytics - Sales I cant get the site URL for brand OR data folders, "META Insights" for example. The link is would be "https://XXX.sharepoint.com/:f:/s/AAA/[some really long string]" which I cant use to query. My current approach is For each of the data folders 1. Connect to the site URL https://XXX.sharepoint.com/sites/AAA 2. Combine all the files in the SiteURL 3. Filter the folder path path to the data folder of interest So assuming I have 10 categories, and 10 data folder in each, I would have 100 queries performing those connection and filtering... Which is kinda weird cuz for "Step 2" above, I would be combining all the files and then filtering to get 1 out of 100 "folder paths" each time. Is there a better way to do this? Is there a way where I can directly connect to the folder path without filtering? π
With Utmost Gratitude, Zyon Wee