I’m having another challenge on my hands, maybe you have a good tip how to handle this.
I managed to get another API working with enrichment on orderid, but it gives results in separate columns per character, any tips on how to prevent that from happening, or how to fix it using Parabola steps in a quick and easy way?
They have 3 versions, and this one is the only one that gave me any result at all so far on what I was looking for, just almost 5000 columns of result, with 1 character in each column
Thanks, Sabrina. This is strange, but it looks like it’s an issue with how the API is sending back the response code. We can easily filter those columns out by just using a Column Filter step right afterwards and filter FOR the columns that we want to keep.
Are you seeing the data you wished to get back with this API Enrichment step?
Oh no, that’s no good! I looked into the newer version of their API, and I think it will work. One thing is that it doesn’t look to accept order_ids as a parameter so you should use the API Import step instead of API Enrichment, select the criteria that you can, and then use the Join step to find matches with your data.
Here’s how you should configure the API Import:
Type: Post
API Endpoint URL: https://httpcollectivebridge2.sticky.io/api/v1/order_find
Body:
I have another step running in the newer API version (V1) and that seems to be working fine, so I expect this to have potential as well. I love to be learning so much right now, I hope soon I won’t be needing so much help anymore, I am very happy you guys are so helpful, you are my heroes!