Hello!
Today I have added new collection and somethings strange is happening with its data.
ID of record becomes an array, but it is integer not array on backend
I get filtered users from Xano and on backend response looks like this:
When I add new collection with this Get endopint to WeWeb it also returns Integer as ID
BUT! after I try to use it in my screens and reload I got ID changed to array!
When i add collection from scratch this happens again after reload data. And this happens with the only one collection (which returns users), other works fine. Wierd.