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.
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.
Last edited: