Hi together,I have a "map" value in a process.
I realized that an IsNull/emptycheck rule I used in a gateway down the line, was failing of evaluating that there was (in my understanding) an empty value
cast( 'type!{http://www.appian.com/ae/types/2009}Boolean', length(a!flatten(ri!value)) = 0 )
Does anybody experienced this as well? (not difficult to solve, but it was pretty unexpected)
Kind regards,
Richard
Discussion posts and replies are publicly visible
Hi Stefan Helzle I was used above expression and I'm getting this error. An error occurred while evaluating expression: actIndiSelections:rule!IHUB_Roster_ToCheckIndividualUpdatedPostApproval( actIndSelection: pv!actIndiSelections) (Expression evaluation error in rule 'ihub_roster_tocheckindividualupdatedpostapproval' at function 'reject' [line 130]: Invalid class for Value of type Map: expected class com.appiancorp.core.data.ImmutableDictionary, received com.appiancorp.core.data.RecordMap) (Data Outputs). Could you please help me with fix this error.
Probably, when you share your code.