Hi all, working through an issue where I need to determine if an id is in the table in supabase. If the id is found then it will need to update the row. If its not found it will add a new row. I am guessing this is conditional, sounds like it but there may be another way. In any case, i'm having an issue even getting out of the shoot. i tried to select single condition and select the id from the table but it doesnt give me true/false option which seems like what i should get. Then if its true it goes down one path, if false it goes down the other. I have some screen grabs of some things i have tried.
Thanks!