User Activity

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 t...
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 ...
Where/how can I adjust the HTML table in the email sender snap so that the columns are wider (either a fixed width, or so that they auto expand? The current setup is: Email Snap HTML Table table.Snap {background-color:transparent;border...
A statement like this works fine in SQL Server. How can I get something like this to work in the SQL Server - Execute Snap? There has to be a syntax issue that I have. Any help is appreciated. DECLARE @sql AS varchar(max) = ‘This is a Test’ PRINT @sq...
A statement like this works fine in SQL Server. How can I get something like this to work in the SQL Server - Execute Snap? There has to be a syntax issue that I have. Any help is appreciated. DECLARE @sql AS varchar(max) = ‘This is a Test’ PRINT ...