ContributionsMost RecentMost LikesSolutionsRe: Upload file to sharepoint document library subfolder @Spiro_Taleski Thank you. Ironically, I just got help from a co worker who showed me the syntax. Basically, I did not need to put the entire path of the site. The correct syntax ended up being: “/Reports/”+‘Mx_Manual_Ltrs_’ + Date.now().toLocaleDateTimeString({ timeZone: “EST”, format: “yyyy-MM-dd” }) + ‘.xlsx’ Where “Reports” is the sub dir (under the Doc Library “Documents”) that I put the file. Thank you again, so much, for being willing to help. Re: Upload file to sharepoint document library subfolder Thank you @Spiro_Taleski. Conceptually, I understand that, however, I am struggling with the syntax. Any insight you can offer on the below? This works (but only in top level of doc library): ‘Mx_Manual_Ltrs_’ + Date.now().toLocaleDateTimeString({ timeZone: “EST”, format: “yyyy-MM-dd” }) + ‘.xlsx’ This is what I tried for the absolute path to put the file in a subdirectory of the same library. This does not work. ‘https://mln.sharepoint.com/:f:/r/sites/MxLettersTeamPeerReview/Shared%20Documents/Reports’+'Mx_Manual_Ltrs_’ + Date.now().toLocaleDateTimeString({ timeZone: “EST”, format: “yyyy-MM-dd” }) + ‘.xlsx’ The error I get is: Either source/target drive (%s) is not found in the tenant Resolution: verify if the drive name exists in the tenant. Reason: The drive name you have entered might not be available in the tenant. Upload file to sharepoint document library subfolder I have a pipeline that uses the SharePoint Online - Upload File snap and it works fine. It uploads the file to a Document Library, “Reports” in this case. I have subfolders in that document library and want to be able to upload the file to one of the SUBFOLDERs in that same library instead. Any ideas on how I can configure the snap to do that? Re: Performing an Action when there is no data @ash42 this will not cause the snap to execute multiple times. What you see there means that the snap before this is passing multiple documents TO the router. The router will “route” the multiple documents downstream according to the rules configured in the router. Email Sender Snap - attach file from SharePoint I have a pipeline that creates a file and posts it to a SharePoint document library. I want to use the email sender snap to send that file as an attachment. I currently have a pipeline that does it, but the file is stored on a network drive and we are moving away from network drives to SharePoint document libraries. The current attachment logic is: ‘smb://MBY;App_Snap_MRY_Letters@GVAFS:445’ + FileName + '’ + Date.now().toLocaleDateString(‘{"timeZone":"CST", “format”:“yyyyMMdd”}’) + ‘.xlsx’ I THINK the part I need to update is: ‘smb://MBY;App_Snap_MRY_Letters@GVAFS:445’ Can you help me with the syntax to reference SharePoint doc library instead of the network drive. Thank you very much in advance. Scott Re: SQL Server - Execute Snap Upgrading to 4.27 worked. Thank you so much @marjan.karafiloski and @smudassir for for your help in solving this. It is GREATLY appreciated. Re: SQL Server - Execute Snap @marjan.karafiloski You literally are about 5 minutes ahead of me. 🙂 Working with the admin to see how we can upgrade. Thx! Re: SQL Server - Execute Snap Hi @smudassir I am getting this output How do I tell if I have 4.26 or 4.27? From your previous feedback, it is almost certain that I do not have 4.27. For the SQL Server SnapPack, we have main11181. Does that mean I have 4.26? Re: SQL Server - Execute Snap Hi @smudassir Yes. That correlates to the EXACT issue I am seeing…can 4.27 be upgraded “independently” or does it have to be part of updating the entire SQL Server SnapPack? We are currently running SQL Server main11181, but I know that is not the latest. Re: SQL Server - Execute Snap Hi @marjan.karafiloski That is the EXACT message I get. I spoke to the SL admin and he is willing to upgrade it. He had upgraded it…but then there was an issue and they rolled back. He said he will try again…TYSM!