I've been trying to find a way to query a single row from a table in Supabase so that I can pass it to the next page as a parameter. However, I wasn't able to do that as every time I try to filter out the row, it gives me more "available options" as below.
Is querying a single row only available for backend queries (what currently works for me - view screenshot in Flutterflow section below, not this current one)? The issue with that is I can't catch errors, like here, I can create a conditional action to ensure that the query comes back.