nathanw
02/21/2020, 4:35 PMaddCustomDataSource
from the N/render
module?
.addCustomDataSource({
format: render.DataSource.OBJECT,
alias: "ITEMS",
data: items
});
I'm trying to add an Object items and I keep getting the following error.
"UNSUPPORTED_DATA_FORMAT","message":"You have supplied an invalid value for data format: JSON: The content of elements must consist of well-formed character data or markup."
rustyshackles
02/21/2020, 7:31 PMitems
variable looks likeEric B
02/24/2020, 4:46 AM