🐞 Bug Fix: External Collection properties that were null would get set as text

External Collection properties would be created as “text” properties when the first object of an external API’s response had those properties present but a value of null. Now we evaluate all objects in the response before setting the property types.


Originally published on the Adalo changelog.