Hi,
I tried to use "LFFieldData.FieldAsString(Name as String) as String" to get a field value from a muliti-valued field. but it always/only returns the top 1 value. Is there any functions, which can return all values as a list or support index?
For example, A field name is SSN, and there are two value exist in there: 1111111 and 2222222. is there any property or function can return the 2222222?
Thanks