Forum Discussion
Aleksandar_A
2 years agoContributor III
Hello aakumar,
Attached below is a sample pipeline that does the filtering by the matchingItemNumber.
You have two approaches included in it.
The first one uses just one expression in a Mapper Snap, and the other first splits the tradeItems and then filters out non matching items.
Please let me know if this helps you.
Regards,
Aleksandar.
- Supratim4 years agoContributor III
@ariana you can try below option-
- Use mapper and copy entire body {“email”:“”,…} and use target field as $ in mapper.
- You don’t need to touch anything related to file upload option, rather add header field like below.
- Also make sure you choose snap execution as "validate and execution" at below.
- ariana4 years agoNew Contributor
Hi there! Thanks for your help. Here is what I am looking at now, still no output:
Mapper -
Mapper validation output -
POST Snap:
Pipeline:
Edit: I will add that I did try simply copying the body into the mapper with “$” in the Post snap but with the same (lack of) results.
- ptaylor4 years agoEmployee
Change
HTTP entity
from$entity
toJSON.stringify($entity)
.
Related Content
- 2 years ago
- 7 years ago
- 3 years ago