Hello,
I've successfully created many API calls but this time I'm having a lot of trouble setting up an API call on Flutterflow that requires a query parameter in the form of a list of integers. The method is GET.
The problem is the API is expecting the URL to be like "parameter1=x¶meter2=y..." but I can't find a way to make flutterflow create such URL. Instead it seems to URL encode the list as a string.
I even changed the endpoint to accept such calls, but now I'm facing other issues where I can't set the response types in FF because FF won't let me pass URL encoded strings as a variable in the testing interface.
Anyway, I seem to struggle setting up such API calls in the right way.
Could someone help me please?
Thank you.