ContributionsMost RecentMost LikesSolutionsRe: Ultra task not responding in Postman TAM or CSM - Customer Success Manager of your account or write to support@snaplogic.com. Please reach out to one of these to get the help. Re: How to send mutipart form data value as a text and not as a file in Snaplogic Please share the details either you are using rest Post/Get? if Rest Post if please pass http header as below and can pass key value pairs in http entity. Re: Ability to read HTTP headers https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438189/How+to+Run+a+Pipeline+from+a+URL+Triggered+Task Re: Ultra task not responding in Postman Can you please approach Support or TAM to get the load balance URL, It means will have an entry in Ultra load balancer box. which will allow you to trigger from external client. Re: Data in Error View Reference Implementation - Integration Pattern - Error Handling and Retry Pattern SnapLogic-specific Patterns Error Handling and Retry Pattern This pipeline capture errors thrown by error view and invokes an error pipeline. The error pipeline captures the exception encountered and records all the data relating to the execution (Snap level and pipeline level) into a database schema. One could potentially use a database or Kafka or any JMS-compliant queuing mechanism to log the errors. [image] [image] [image] Video https://www.youtube.com/watch?v=tbCWh0uD17Q Pipelines Attached Error Handler Pipeli… Please check this link, you have details about error handing patters. Below screen shot, where i have created a simple error scenairo, which writes error to a txt file. Hope this will help!! Re: Error while using Excel Parser Please find the attached. excel parser_2018_09_11.slp (4.0 KB) ParserExample.xlsx (8.3 KB) Re: Ultra task not responding in Postman Hi, Please check are you triggering LoadBalance URL from the postman? Re: Error while using Excel Parser When you mention the columns names as a,b,c…so on, It will not look at header names so there will no conflict with column names. This worked for me after duplicate column names also. Re: Error while using Excel Parser https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1439019/Excel+Parser You can mention the columns like b,c so on. as mentioned in the image Re: Issues in reading Nested Json file Can you follow as mentioned in the screen shot. Please check “Include Scalar parents”, You can see desired results.