I’m having an issue when I set up a Data Source and configure correctly (it’s displaying blue), but the dropdown in the next step isn’t show any options and shows an error.
Repeating Group is using API Call as Type of content > API provider selected and variable selected.
Then when I select Click, nothing actually opens and there’s no options to select? I’ve refreshed, tried replicating elsewhere and using different values but still nothing.
And finally if I click away it shows an error/incomplete.
Not sure what I’m doing wrong and why I have no options when I select Click.
The call was returning results no problem before I tried adding a variable, likely this is where I’ve made the mistake. The only change was where I added Listing Suburb.
Yes, the API is returning an empty array.
There’s nothing there for it to display.
Looks like it’s set up fine.
I’d cross check whether the listingsuburb parameter being passed to the API is correct and has some data associated with it on the API server end. Maybe it isn’t able to find any matching entries?
While initializing the API you should pass a parameter value. Looks like it’s blank right now.