I have read most of the threads concerning collections from API and I can’t find the answer.
I made my own API which has a way to specify a parameter named “episodename”
Below a screenshot from postman giving the result (1 item) that I expect in Adalo.
Hi Fransisco
Thank you for your answer.
Nope it doesnt work.
I also tried with a simplified version of my API (where Adalo just have to past the value after the url)
But still it keeps returning me the list of all items.
By the way I am surprised it does since I would expect to bug/return an error message in case the url is not correct. Or an empty list. Did Adalo made that in case of error the whole list is returned?
Fransisco, did you yourself succeed doing it ?
I guess there is a single syntax but I can’t find any real example I could copy. (and nothing in the documentation)
@Ben Maybe you could give us an hint on how the url is concatenated so I can adapt the Name and the value accordingly ?
Ok I changed my api so it now works !
So as a recap for some users having this question in the future, Adalo is doing : URL+"?"+{Query Parameter Name}+{Query Parameter Value}