Hi there,
(to preface I am not a developer, more a self-taught user at a loss. ;-) )
I am trying to add the ability for a user of my app to select their nationality. I've followed this article from Flutterflow but it doesn't seem to work and I'm not sure how I can get this best to work.
https://docs.flutterflow.io/data-and-backend/api-calls/soap-api-example-countries?
I am trying to apply what is outlined here, but to make it appear in a drop down field that a user can then select and confirm from....potentially it's due to the JSON response as I am using the API recommended here and it is a "POST" request instead of a "GET". Do you think this is the issue? Then if so, this API doesn't seem to work if I change it to GET so do you know others you could recommend I use, please?
If you can share any guidance this would be really appreciated.
Thank you!