Recent Discussions
HTTP Client response formatted different from REST Get
I'm trying to replace the REST Get snaps in my pipelines with the Http Client snap but the response I'm getting is formatted differently. With the Rest Get snap, the JSON response is formatted as a list so I can subset it using $entity.data notation: However, when I use the HTTP Client snap, the 'entity' element is returned as a string: As close as possible, I tried to configure both snaps the same but I'm assuming there's something different about the HTTP Client snap that I need to change. Can someone explain what I need to do to get the HTTP Client to return the JSON in the same format at the Rest Get snap?maahutch5 months agoNew Contributor1.2KViews0likes6CommentsIssue with invoking triggered task using Groundplex URL
We are experiencing an issue when invoking the triggered task using the Groundplex URL. The problem is that when we trigger the task using the Groundplex URL (load balancer URL), it immediately returns a 200 response code. It does not wait for the job to complete before returning a success status. I am wondering why the 200 response code is returned immediately upon triggering instead of waiting for the job to complete. The triggered task cloud URL behaves as expected; we only encounter this issue with the Groundplex URL. Any help would be much appreciated.SolvedSenthilnaga9111 months agoNew Contributor III1.9KViews2likes2CommentsTrigger REST Get when status is completed
I’m working on a task that involves calling a REST GET request to check the status of a process. Once the status is marked as ‘completed’, I’ll need to trigger another REST GET request to proceed with the next step.Could you point on the best way to implement this? Attaching below pipeline, highlighted section I am repeating the steps to make sure status changes to Complete before I trigger Zip File Read. Tried has_next property like status!=‘completed’ and provide the next URL, but didn't work. Your assistance would be greatly appreciated.Thank you!Solveddeeps12 months agoNew Contributor III3.7KViews0likes6CommentsTriggered Task with Accept: application/octet-stream header
Hi all, currently i have the issue that I need to provide some data to an external import service (Jira Cloud Assets), which sends Accept: application/octet-stream in the headers, which is not accepted by Snaplogic. Snaplogic responds with 406 NOT ACCEPTABLE. Is there any way to allow that header? Best regards ThomasSolvedHenchway12 months agoContributor1.8KViews0likes1CommentHow to convert utf-8 file to DOS(Disk Operating System format-ANSI)
Hi All Need to convert following Input File data which is in UTF-8 to DOS format, I tried with Tanscoder snap but it throw an Error The Error Description is Any suggestion please?rnbabar2 years agoNew Contributor II3KViews0likes3CommentsImporting Pipelines doesnt retain version history
I have 90+ pipelines that need to be deployed from our dev enviroment to production. We currently don't have github integration so most efficient way would be to export pipelines from dev as ZIP then import them into prod and overwrite existing snaps However this deletes the pipeline version history. Moving them from Dev to prod + overwrite has same issue. The snaplogic metadata packs do not have the version history. Is there another way to migrate these and retain the pipeline version history? Without having to do it manually one at at time.manderson22 years agoNew Contributor1KViews0likes0CommentsSAP EXECUTE snap returning blank output
Hello I am new to SnapLogic and trying to develop a pipeline that reads data from SAP BW with a BAPI call and loads into a database. Currently I am facing issues as SAP BW EXECUTE snap is not returning anything in output. This is the snap configuration. With Mapper snap I am passing the input structure to the SAP EXECUTE snap. This is the input to the EXECUTE snap - [{ "I_S_VAR_01L_CURRENCY_001":{ "LOW": "CHF", "OPTION":"EQ", "SIGN":"I" } } ] Please suggest what could be wrong here. Thanks Minalminalbakore2 years agoNew Contributor4.9KViews0likes10CommentsHTTP Client Snap is converting json object to array while performing POST call
Hello community members, I am looking for some guidance on below scenario if you have faced in past I'll explain a flow a bit I am getting HTTP GET call which is returning me Json Array response which after enrichment I need to send as individual requests for which I am using splitter. Logically view : HTTP GET -> JSON Splitter -> Mapper enrichment -> HTTP POST SnapLogic Intelligent Integration Platform Issue I have is that this POST call is converting my request from Json Map/Obj to Json Array and hence my API calls are failing. Is there some config which i need to alter to avoid this. Thanks.vish_ch2 years agoNew Contributor2KViews0likes3CommentsNextThink connector for SnapLogic / Know integration
Hi, Are there any known nexthink integration with SnapLogic? we have certain Nexthink usecase and we would like to check the possibility to automate them with SnapLogic. Thanks in advance. Regards, Rajeevrajeevsaraf92 years agoNew Contributor1KViews0likes1Comment