displayvalue function

Certified Associate Developer
As displayvalue function description says it will return List of values but when try below example(real time scenario also) it returns only first matching value.Please let me know which scenario it will return List.

----------------------------

displayvalue(1,{1,2,3,1,4,1},{"A","B","C","A","D","A"},{})

Returns A.
Expecting A;A;A

---------------------------
Thanks in Advance

OriginalPostID-254102

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data