Help

How do i debug the object received by logging the table?

Topic Labels: Scripting extentions
767 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Jay_P
7 - App Architect
7 - App Architect

Customer-Twillio-Notifications__Table_1

2 Replies 2

If you’re being literal: console.log(table) or output.inspect(table)

If you want to use an object like a table model in output.text() you have to pass an attribute, not the whole table (i.e. table.name)

Um, have you tried output.inspect()?

output.inspect(table);