Siva_Venna
5 years agoContributor
Set up error pipeline
I have configured error pipeline but the error is not passing into input view. Need help to configure this. Thanks
error pipe_2020_08_27.slp (2.2 KB) rest api_2020_08_27.slp (2.7 KB)
Attached is a sample pipeline that should be helpful for creating “Projects” using the SnapLogic Metadata snaps.
SnapLogic Read: Read from an existing project path
SnapLogic Create: Specify the target project to be created. Example: org/project_space_name/project_name
@sriram In my case I am trying to create new project on provided org. I am just using SnapLogic create snap not read snap.
Change HTTP entity
from $entity
to JSON.stringify($entity)
.
Apologies, I started a new snap to try out your method and it was Execute only. Now I am getting an error. I think that is an improvement over nothing, but need to figure it out.
Ok, the default Snap Execution of Execute Only explains why you weren’t getting any output when validating. Actually, I don’t think the JSON.stringify($entity)
is really necessary, since $entity
in this context will implicitly convert the input data to a JSON string.
It looks like the web service you’re invoking needs some authentication, and there are different ways of handling that. Please check the docs for the target web service regarding the required authentication.
Set up error pipeline | SnapLogic - Integration Nation - 7294