• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Troubleshooting API Response

thms

Member
I am trying to hit an API that looks up a song input and responds with the URL to the same track on various platforms.

As you'll see in the screenshot, it returns an array of arrays. For each platform, the key identifying the platform array is something like "AMAZON_SONG::SONG_ID"
The same thing happens for each platform.

When it gets to Pabbly, the keys are unique every run and can't be referenced in downstream actions.

Beyond that, the array keys are consistent within the array children (and also the parents).
Does anyone have any suggestions on getting past the changing array keys?

In addition, Pabbly returns in simple response format even when that option is unchecked.


1691778810045.png
1691779246026.png
 
Last edited:

ArshilAhmad

Moderator
Staff member
Hi @thms,

Please share the API documentation of the application you are trying to connect with and also share your Workflow URL.
 

ArshilAhmad

Moderator
Staff member
I'm afraid the use case you're describing is not possible because the API is designed in such a way that the Key is dependent on the received Value. Mapping in the next steps will always break.

Furthermore, the API sends the response in a Simple Response Format, and we cannot change that from our end.
 
Top