ContributionsMost RecentMost LikesSolutionsRe: JSON response without [] Many thanks, that worked perfectly. Re: JSON response without [] Thanks for having a look. I am simply assigning a string to the variable $xAdobeSignClientId in a mapper as per screenshot. If I take the variable in a subsequent mapper and use [0] this return the first character of the string, using pop() errors with the message 'String type does not have a method named: pop' so within SnapLogic this is not an array. When I call the triggered task from a browser or Postman it is returned within an array - which is therefore rejected by Adobe. JSON response without [] Hello, I need to construct a JSON response to validate a webhook for Adobe Sign. The required response is { "xAdobeSignClientId": "BGBQIIE7H253K6" } However by default I get [{ "xAdobeSignClientId": "BGBQIIE7H253K6" }] which is rejected. Is there a way to remove the square brackets from the response? Many thanks, Mark SolvedRe: Throw error to trigger error pipeline You could send the errors via a Mapper snap, then if you right click on the output circle you will see the option to ‘Link output to error pipeline’ - this will send the mapper output to the error pipeline configured in the pipeline settings. How to encrypt a field using RSA 1024 bit key? Hello, I have a requirement to encrypt a field using an RSA 1024 bit key. I have tried using the ‘Encrypt Field’ snap but get an error - Key length not 128/192/256 bits. Any ideas? Thanks, Mark Re: Updated Active Directory snap module has issues I have had a case open on this since 5th September and understand it is currently with the development team. As a workaround we are able to use the LDAP snaps. Re: Drop first record That’s nice thank you. Re: Drop first record Hi Chris, yes that works thanks Re: Drop first record Thanks, I have taken a look at Head and Tail. They look like they would do the job however I need to know the number of documents to be processed - which I don’t. Is there a method that would return this? Drop first record Hi All, I have a variable number of records coming from a mapper and will always want to drop the first. Is there an easy way to do this? Thanks, Mark Solved