I can’t quite figure out how to get the Supabase integration working. In my logs, I see that it is hitting PostgREST, but the logs aren’t showing the payload. I am not sure what the table should look like for this.
I have this table:
create table public.feathery_form_raw_data (
feathery_form_id text null,
feathery_user_id uuid null,
referral_code text null,
);
Here is my integration setup: