Search function with filter using supabase and APIcall

Hi, I'm trying to search API results using a value from AppState, this is my url example: supabase-restAPi-link...Products?or=(product-name.ilike.%[SearchString]%)&Category-ID=ID but I would like to filter with another variable from appstate, like "category-ID", The first part of the URL works and shows me the products, but I have not been able to apply the category filter in the URL, I have configured my variables from FF as "SearchString as String" and "ID as Integer" but I cannot get it to work, any help or advice will be very helpful, in advance, thank you very much

1 reply