• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

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