Moving from Get response to post
Hi,
I’m still relatively new to snaplogic but i’m really enjoying the learning process on it as I work through my assigned task. I’ve been able to build out a pipeline that:
- Starts with a csv file on a shared server
- maps the required values to a REST GET
- Takes the returned values from the GET and maps those
What i need to do afterwards is where things go off. I’ve done pipelines that post to an endpoint succesfully but what i want to do is take the values from the returned data in the GET snap, along with some values passed along the way on the previous mapper snap and combine those into a new JSON body that will post in the right schema.
I’ve googled and searched on how to actually add a schema so that it’ll show up properly in the post body but i can’t find anything that lines up with my need. Maybe i’m thinking of it in the wrong way.
ANY suggestions on design choices would be appreciated.
Thanks,
Mark