Hello everybody,
I have a conditional action that does not behave as expected. I have a custom action that takes in user id as a parameter and calls a Supabase function which returns a boolean, if the authenticated user id exist in a table called profiles it would return true if not then return false. i am returning the action output from the custom action and using a conditional if action output is true it would do nothing if false it would navigate to a different page. *see attached image*. Thank you in advance.