What is your goal?
I have a Supabase database and I’m using a webhook to populate the database. I want to use the member_number field to check for duplicates. If that field exists, update it. If not, create a new record.
What is the problem?
Works fine for new records. But I don’t see the OnConflict field in make to signal that is the field to check for updates. Why am I not seeing it?
What have you tried so far?
The supabase database field is set for Unique. This was done after I initially set up the Make scenario. I have changed the table in Make, refreshed, then changed it back to the correct table to see if the mapping needed to be refreshed. That didn’t change anything.
