ContributionsMost RecentMost LikesSolutionsRe: How to capture the log information in database for pipelines using snaplogic @S.dharanidhar7 :- You can use https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/2432466962/Retrieve+Pipeline+Logs api to retrieve pipeline logs and write it to any database. Re: How to Pass Mapping Variables to Email Snap @pranil2k2, Just make sure you are passing array of JSON object to email Snap as shown below and Table-data path is set to $ Re: How to Pass Mapping Variables to Email Snap @pranil2k2 - You can access your document inside template body by enabling “=” (toggle) expression mode. eg: ‘<body>’+$firstname+‘</body>’. you have multiple ways. Can you share sample output from mapper snap and your template to help further. Re: Migrate projects, pipelines, accounts, tasks across environments @Ksivagurunathan - Nope, We don’t do any development in http://uat.elastic.snaplogic.com . Our pipelines will always overwrite the existing pipeline version. Re: How to replicate the logic equivalent to while loop in Snaplogic pipelines @MuraliNagula - This can be achieved using "Has next "and “Next URL” properties. Below rest snap invokes Next URL based on Has next flag. You can refer Snap documentation for more info. Re: Not able to load the updated SAP RFC changes @SachinS - This is a known issue with SAP snap pack. You need to refresh jcc cache to get updated schema. We have pipeline to clear cache, I can share if required. Re: SOAP webservice @nunnikrishnan:- Can share you pipeline ? I am unable to view your complete xml template. Re: Migrate projects, pipelines, accounts, tasks across environments @jason.cotterell, I don’t believe you can migrate code between http://elastic.snaplogic.com and http://uat.elastic.snaplogic.com. We push all our assets to Git from elastic.snaplogic.com and pull from Git to uat.elastic.snaplogic.com using rest/metadata snaps. Hope this helps. Generate S3 signature in snaplogic I am trying to generate S3 signature for pre-signed URL, expression below Digest.sha256(Digest.sha256(Digest.sha256(Digest.sha256(Digest.sha256(“AWS4” + “>SecretKey<”,“20180226”),“us-east-1”),“s3”),“aws4_request”),encodeURIComponent(“AWS4-HMAC-SHA256\n20180226T000000Z\n20180226/us-east-1/s3/aws4_request\n”+Digest.sha256(“GET\n/gis-integration-snaplogic-expressions/MaterialMasterToETQ.expr\nX-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=”>AccessKey<“%2F20180226%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20180226T000000Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host\nhost:s3.amazonaws.com\n\nhost\nUNSIGNED-PAYLOAD”))) But I receive error from S3 saying invalid signature, any help on this is greatly appreciated. Re: REST Post Trying To Send a CSV File @steven_rossi, Rest snap should provide you JSON as output document. Can you try validate your pipeline with “Execute during preview” option enabled on Rest Snap properties.