• 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.

  • Due to Holi celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed. Normal operations will resume on Thursday, 5th March 2026.

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

Well-known member
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

Well-known member
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