If the ISRC number if correct then a JSON object is returned with information about the music track and I use the JSON Path node to get to the data I want. Works fine. When the ISRC number is invalid, then a different JSON structure is returned;
This is expected. In this case, I want to be able to detect that the ISRC number is ni valid. What the best practice on this? Is there an example workflow?
Sounds like you may have a use for the Palladian and/or Selenium nodes. Here’s a post from @qqilihq a while back that talks about them some - he may be able to provide some more recent info.