Hello All,
I am seeing below error when I am querying data from database. in the database nonInvoicePayments is defined as Tinyint(4) and in the rule input for this variable is defined as Boolean. Please suggest me the solution.
Error message:
expression evaluation error at function a!queryEntity [line 3]: Cannot apply operator [EQUALS] to field [nonInvoicePayments] when comparing to value [TypedValue[it=26,v=1]].
Thanks in advance.
Discussion posts and replies are publicly visible
Appian expects a boolean to be a tinyInt[1]. I do not know whether we can change that. I suggest to modify the field type in the DB.