Hi All,
Is it possible to send any SQL query parameters in Supabase data source? I am trying to get some user selected values to be sent as part of the SQL query.
I would greatly appreciate any help or information in this issue. Thanks!
Hi All,
Is it possible to send any SQL query parameters in Supabase data source? I am trying to get some user selected values to be sent as part of the SQL query.
I would greatly appreciate any help or information in this issue. Thanks!
@rajesh you can do this via conditional filters
Ah, thanks @artur! It makes sense now. I wrongly assumed that, by default, softr is fetching the entire table from Supabase and then doing the conditional filtering in Softr’s backend servers. Hence I was trying to hard code the parms in the Source > Table > Query option. Thanks for the clarification.