Hi, I’m facing a strange problem (surely I’m missing something but I really don’t see) : I’ve created a new column “docRecent” within a supabase table, which is a boolean, but it appears as an object in Weweb … See the pics below :
It usually happens when WeWeb can’t infer the data type from the first row that is returned. So my best guess is that toutProfiles has the first value that is non null (e.g TRUE) if you set the docRecent to TRUE/FALSE it will work.