ContributionsMost RecentMost LikesSolutionsGetting an error while using the snap "WorkDay Read". Appreciate your help We are using the snap “Workday Read” to fetch data from the WorkDay. When we choose the “services” as “Integrations” and “Object” as “Get_Event_Details”, we receive the following message. Please assist us in resolving the issue. Error: Failure: Soap fault, Reason: Validation error occurred. Element Content ‘Request_References’ is required, on internal element ‘Get Event Details Request’, Resolution: Address SOAP fault message and retry Re: How to use private key file under the "Key Store" option of "JWT account" Thank you very much. How to use private key file under the "Key Store" option of "JWT account" Hi Snaplogic team- We would like to use the snap “JWT Generate” for one of our pipelines. While creating “JWT account” (that will be used in the snap “JWT Generate”), we ran into an issue. Under “JWT account” options, there is a field called “Key Store”. Our vendor has provided us the private key file. When we point the “Key store” to the private key file, we are getting the following error: Error: Failed to validate account: I/O error occurred while trying to read oauthapp_intellum_private_key.txt Cause: toDerInputStream rejects tag type 45 (Reason: toDerInputStream rejects tag type 45; Resolution: Please ensure the file oauthapp_intellum_private_key.txt exists and is readable) Refer the screenshot for more information. Could you please let us know how we could resolve this error? Thanks Suman Re: How to download a csv file that is returned by Marketo REST API call @alchemiz Thank you very much. That worked. Re: How to download a csv file that is returned by Marketo REST API call Hi @alchemiz , Thank you very much for the response. I still couldn’t understand how I could download the CSV file. Could you please let me know the snap that I could use to download the CSV file once I make the REST API call “/bulk/v1/leads/export/{exportID}/file.json”? “file.json” REST API call returns a CSV file as per Marketo documentation. How to download a csv file that is returned by Marketo REST API call Hi- SnapLogic community has been of immense help for our organization. As part of our initiative, we are required to make a Marketo REST API call and ingest the data into target system. Marketo documentation: Lead Database - Marketo Developers Marketo REST API ( [/bulk/v1/leads/export/{exportId}/file.json) returns a csv file. We are using the snap “REST Get” to make the Marketo REST API call. However, we are trying to figure out the best way to download the csv file that is returned by the REST API. Please note that the content returned by the REST API will be around 300 MB. Appreciate any help on this. Thanks Suman Re: Read multiple files in chronological order from S3 bucket Thank you for the response, Spiro. I will give it a try. Appreciate your help. Read multiple files in chronological order from S3 bucket Hi SnapLogic team- Our requirement is to process multiple files that reside on S3 bucket. The trick is to process the files in chronological order (based on file creation date). Could you please let me know what snap we could use in order to achieve above functionality? Appreciate your help on this. Thanks Suman Re: Parameters are not being recognized in output stream of UNION snap Thank you, Spiro Parameters are not being recognized in output stream of UNION snap I am using UNION snap to get input streams from 2 snaps. Next to the UNION snap, I have a MAPPER snap that tries to access the output stream of UNION snap. Please see attached screenshot. I can see the parameter $response.entity.token but snap keeps erroring saying that there is no such $response parameter. Could you please guide me on this? I have already spent 6 hours trying to debug this issue.