Forum Discussion
asharifian
5 years agoEmployee
Hi @Henchway,
If you are referring to having a SnapLogic triggered task respond with a custom HTTP header value, then these are the following scenarios:
- If you’re using the ground URL on a groundplex, then it’s possible by having the custom value go to the $[‘content-type’] variable in a Mapper snap. Ensure your Mapper snap has a Binary output and that it’s unlinked.
The $content variable within the Mapper will contain the response body so ensure that’s there if necessary.
- If you’re using the cloud URL (whether it be via a groundplex or cloudplex), this is currently not possible and only standard HTTP headers can be returned in that case.
Thanks,
Ali
- Aleksandar_A2 years agoContributor III
Hello Gitanjali,
One approach would be to wrap the File Writing part in a child pipeline and pass the file name as a parameter from the parent.
Attached below I'm providing you an example pipelines.
Please let me know if this helps you!
Regards,
Aleksandar.
Related Content
- 4 months ago
- 11 months ago
- 3 years ago
- 3 years ago