Ignition - Report module - Script Data Source: Cannot coerce value 'String' into type: class org.python.core.PyString

You cannot use python data types with the builder. They must be java types. You need java.lang.String in place of unicode. (Java's strings are unicode.)

2 Likes