Currently, I load data from my base then individually go through them individually to convert the data to strings. Is there a way to read the data as string when loading?
let people = ;
base(“Employee”)
.select({
view: “Grid view”
})
.eachPage(
funct...