How to pass parameter to an supabase API ?

Database & APIs

Hi,

I would like to filter a Supabase table using a parameter, by passing a variable in the Supabase API.

Here's the raw address working fine:

https://erojikmerzrreqtjclr.supabase.co/rest/v1/country?country_name=eq.France

I'd like to call this API from FlutterFlow and pass it a "COUNTRY" variable like this:

https://erojikmerzrreqtjclr.supabase.co/rest/v1/country?country_name=eq.[COUNTRY]

I've found several "solutions" that I've tested, using {{, [[, $], but none of them work.

I've consulted the Supabase documentation and watched several videos, but still no answer.

If anyone has a solution, I'm interested.

Thanks

What have you tried so far?

A lot of combination of symbols and watched lot of videos

Did you check FlutterFlow's Documentation for this topic?
Yes