ContributionsMost RecentMost LikesSolutionsPipeline Not Behaving as Expected Hello. Sorry, another newbie question. I am trying to build a pipeline that reads in a file from our network location, calls an oracle package/procedure and moves the file when done. I don’t see a File Move snap so I assume I have to essentially build the CSV and write it out to simulate the move. So as shown below I use the Copy to merge off, one way formats and writes the file (which works because I hard coded a file name), however after the oracle package runs it wont delete the file. Back on the Directory Browser snap I passed the Path into a parameter called $Path, but for some reason it doesn’t know what $Path is anymore within the File Writer or File Delete snaps. What am I missing? Thanks for your help! Steve Re: REST Post Trying To Send a CSV File Good Morning @psadasivam. So I turned that check box on and ran it and it appears to be going through correctly as I am getting a 200 status. Whats interesting is it appears to be passing in my own information rather that the one that is in the file I am trying to load. What am I missing? Re: REST Post Trying To Send a CSV File Better picture of JSON Formatter: Re: REST Post Trying To Send a CSV File Thanks. I ended up deleting the Snap and adding it back making sure to set everything as you described. I am not receiving any errors now with the snap itself I am just not getting the results I am expecting when it runs. Its not actually creating a user when I look it up on the other system. How I have it set now that the Rest POST doesnt error and the JSON Output I am not getting any error back or something informative in my JSON Formatter to help me identify any issues. Is this the correct way for me to be checking this, is by way of the JSON Formatter (I know the API is supposed to return JSON)? I think at this point my issue is related to the other system so I will be following up with them as well to see if I can identify my issue. Am I missing something else? Thanks, Steve Re: REST Post Trying To Send a CSV File Thank you kindly for replying. I toggled off the = on the Service URL and that seem to move me at least to the next error that I am getting, which is: Name may not be null Resolution Please raise a defect with the following information, Pipeline Ruuid:f3729f84-ec0b-4f50-88f9-874504110774 REST Post Trying To Send a CSV File restful_post_example.docx (314.4 KB) Hello Everyone. I am brand new to SnapLogic as well as brand new to RESTful API’s so please bear with me and not make fun of me too much. 🙂 I attached a document to help visualize what I am trying to do. I am just trying to do a proof of concept for a project using the REST Post snap to upload a CSV file but I cant get it to work and I was wondering if someone might be able to help point me in the right direction. Thanks in advance for your kind help! Steve