Expression evaluation error at function 'contains' [line 39]: Invalid types, can only act on data of the same type (Any Type, Text)

Hello All,
I need to read an array extracted by a datasubset just to know if it contains a particular string
Following the code

contains(
index(
local!datasubset.data,
"status",
null
)
,"TO DO")


I have this eror
Expression evaluation error at function 'contains' [line 39]: Invalid types, can only act on data of the same type (Any Type, Text)

How can I do ?

Thanks
Elia

OriginalPostID-253930

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data