Chart Data field
of the Chart, giving us the same error. The Evaluated Value here indicates the current value of the field, and in the screenshot below, you can see that the current value is an array while the error indicates that it must be an array<x, y>.isDisabled
properties and indicates that the value in the property does not match a boolean type. You can solve this by using a comparison operator.{{ }}
. The evaluated value of the field is displayed as undefined in this case. Double-check the number of braces in your code and consider re-writing your JS as multi-line code.{{Api1.data}}
in a Table1's tableData
field, there is a dependency created between Api1.data
and Table1.tableData
. So every time Api1.data
updates, we know Table1.tableData
needs to update as well.debugger
, it is also possible to use console.log()
to inspect various parts of your code. The video below illustrates how to do this: