User Activity

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 2017Output example: 2016-05-18(using the yyyy-MM-dd  format)I've tried using trimLeft() function but the Mapper Snap doesn't recognis...
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 He...
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 >...
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 connec...
Hello, A pipleine I’m working on seems to attempt to execute the Upsert Content (2) snap before the Create Deal/Job snap is executed. Since the Content record is a child of the Deal/Job, the absence of the Deal/Job Id is causing the Upsert Content (2...