ContributionsMost RecentMost LikesSolutionsRe: Pushing docs with API Since your file is greater than 100mb you could write it to the GPLEX itself as a file:\ format. We also have implemented Gluster as an attached storage option. The nice thing with it is gluster is attached to all GPLEX in the org so if your pipelines are executing on multiple GPLEX they can all see the files. Not sure if this is available on Snaplogic hosted GPLEX but for sure with the on premises ones Re: Snaplogic Manager: Type Directory That worked. I just needed to click on the directory link in Snaplogic Manager and then it drilled into the lower levels until I could see a txt file. Deleted that and then had to delete each layer until I got to the upper level. Thanks Snaplogic Manager: Type Directory I have an object type in the Snaplogic Manager with the type of directory. I am not sure how to delete it since I get this error everytime I try. Anyone run into this and how did you fix it? SolvedRe: Passing dynamic value to pipeline If you want something a bit less dynamic you could store the variables in a library that could be called from the pipeline. Often time just store it in an array and burst it into child pipelines for processing. Re: We need to send email notification for daily API Usage report Have you tried the Email Sender Snap? That allows for attachments. Then just set up a scheduled task or use an ultimate pipeline if you need something a bit more dynamic. Re: Snaplogic: Integration with Selenium This is not a standard SFTP Website and I have the following issues: They don’t allow the directory to be read using the directory browser snap. Thus I can’t get a list of files to download. Also the path changes with each file loaded. Ex https://somewebsite/1/201/20191001051406_download_file.txt (in this case the 201 might be 401 tomorrow) The last thing is the file is timestamped. See example above. I am afraid without the browser snap I may be stuck so just looking for options. Snaplogic: Integration with Selenium Community, I need to access a file from a SFTP application that doesn’t allow read access to the Directory Browser snap. (This is by design) Vendor is Amex (less than helpful is the polite way to say it) The URL to the file also changes per run. So I can’t really calculate the value. I was thinking that Selenium might be a solution but curious if anyone had used it with the Script Snap? Love to hear about it! Re: IF statement in XML Generator As you know there isn’t an if statement available. Not sure about your use case but one thing my team has done is to use a router that then runs an execute pipeline snap. In general we have found that many small pipelines give more flexibility than one large one Remove File Name From Path I couldn’t find this anywhere in the community so now that I have it I thought I would share. I have a path like this file:///eloqua/test/test.json I want it like this file:///eloqua/test (no file name in the path) I got the answer from stackexchange It looks like this in a mapper Hope this makes someone else’s journey a bit less painful. Re: The child pipeline has more than one unlinked input view Hi Diana, The screen shot is of the child pipeline. Pretty sure the issue is there. I get the same error if I have the pipeline execute on it or not.