Does anyone know what the common reason might be for a run and debug to work fine in Xano but not in WeWeb? I am requesting the same API endpoint with the correct inputs but what works in one doesn't work in the other.
I have a POST API in Xano that takes a domain input, runs an external API request to another service, parses and converts strings to integers using a for each loop and then adds those records to a database.
This works in Xano, as I say, but not in WeWeb. See the screenshots attached.
I get the following error message:
message: "Unable to locate var: backlinks_int.response.result.0.ascore"
Which I don't understand because it references fine in Xano. I figure there could be an issue with my for loop but the edits to the backlinks_int variable, converting strings to integers, work fine. Anyone with any ideas? Thanks so much in advance