ContributionsMost RecentMost LikesSolutionsRe: Trim and convert string into Date Perfect Aleksandar_A! Re: Trim and convert string into Date So I have the expression which splits the date: $Dates.split(' - ')[0] which provides the result 18 May 2016. But the expression below for reformatting the date results in a NaN ouput: Date.parse($Dates.split(' - ')[0],"yyyy-mm-dd") Re: Trim and convert string into Date Hi RogerSramkoski, It'll be the first option so "2016-05-18" Trim and convert string into Date How can I trim the date on the left hand side and convert this into a date value? Input Example: 18 May 2016 - 17 Mar 2017 Output example: 2016-05-18 (using the yyyy-MM-dd format) I've tried using trimLeft() function but the Mapper Snap doesn't recognise this expression (see screenshot attached). SolvedHow to access service using GraphQL Snap We are using the GraphQL snap to access a new service but have only been given an endpoint and an API key. How can I configure the Snap to gain authorisation to access the service? I have looked at creating API Suite Accounts including the Secured Headers Account but have had no success so far. Is there something else I need to ask for? Passing input parameters from External System How can I send input parameters to a REST service built in SnapLogic? We have specified the query parameters in the REST Get snap but can’t see that this being exposed on the API Schema (using the Open API on Projects folder > Select Triggered Task > Download as JSON). This is completely new to me so trying to find my bearings! { "swagger": "2.0", "info": { "title": "XXXXXXX", "description": "", "version": "1.0" }, "host": "elastic.snaplogic.com", "basePath": "/api/1/rest/slsched/feed/XXX-Dev/XXXX/XXXXXXXXX", "schemes": [ "https" ], "paths": { "/XXXXXXXXXXXXXX": { "get": { "produces": [], "responses": { "200": { "description": "OK" } } } } }, "securityDefinitions": { "basicAuth": { "type": "basic" } }, "security": [ { "basicAuth": [] } ] } Not returning output documents in Rest Pipeline I’m currently exploring ways of building pipelines as a REST service using the training video, ‘Retrieving Documents Using REST GET’. When validated, the pipeline appears successful but its not showing me the desired data in the output preview connector in the pipeline using REST GET. For example it will display the http_status_code but none of the fields collected in the pipeline: REST SERVICE PIPELINE: PIPELINE USING REST GET: How can I pass this info into the latter pipeline? Re: Salesforce Subscriber Snap Issue Not sure if this fix is in place - can SnapLogic support confirm? We’ve just experienced this issue and had to restart the pipeline. Re: Order of Execution Not Right Hi @koryknick sorry that’s not it, it’s set to Validate & Execute and am testing with Executing the pipeline. I’ve actually taken @bojanvelevski’s comments onboard and it seems to be working okay for now but more tests need to be run before signing off. This all very useful information so appreciate all of your inputs so far! Re: Order of Execution Not Right Hi @koryknick, apologies for the delayed response I was working on project that went live. Have added the Sort snap just before the Upsert but this issues seems to continue.