- Issue created by @tinohuda
- 🇸🇪Sweden arne_hortell
Hi,
First of all, might be a stupid question, but under advanced,->Query settings have you entered your url to site1 there?
Now to the apath...
In your case, i think you should use [
I have the same json structure as you and it works fine with [the / is for when you have a single item as result and not a list/array which [ stands for.
Hope something gets better for you. - 🇮🇩Indonesia tinohuda
@arne_hortell
Thank you, you saved my day, its work when i add end of URL with / and row apath with [
Thnak you.
- 🇸🇪Sweden arne_hortell
My problem now is this
{
"alfa": "one",
"beta": "two"
}What in the world should the apath be???
In my world, nothing, as its a single answer but i cant enter "nothing", its required something. - 🇺🇸United States jeppy64
Hi,
I have something similar. For me, simply using the opening curly for apath worked. "{" - no quotes
Hope that works for you as it did for me. - Status changed to Closed: works as designed
12 months ago 12:06pm 25 November 2023 - 🇮🇳India venugopp Bangalore
In case the response contains a single node(not an array), then use the settings "Response contain single node".
This configurations is available in the Query settings.