User Activity

I need to temporarily modify a date parameter in a REST Get snap. The parameter ‘date_added’ uses the previous date: date_added = Date.parse(Date.now().minusDays(1)) I need to change it to include the range August 1st to previous date. So, I’m think...
Hi all, I currently run an integration manually by keying in a date as a query parameter, then running it again, manually every two weeks (every 14 days). I’m looking for some example code that would enable me to automate this process. I think I woul...
Hi there, I have a need where I have to read multiple files from an sftp site and write all of those files (if they exist) to multiple file names. Would the binary reader fit the bill here? I’m familiar with the multi-file read and the directory brow...
I have a File Writer Snap that needs to be able to write to a network smb drive. Since the network drive’s operating system software is a bit out of date, I’ve also been told to try the ‘cifs’ command. This is what I have in the File Write: ‘smb:\sha...
I have a location on our file server: share1.berklee.edu. For illustration purposes we’ll name the path as follows: share1.berklee.edu\PR_Shared\Test eft I’m trying to drop a file from the local GroundPlex to the location My understanding is that wit...
Kudos from