List operations in microflow

0
myObjeaHi   I created a List Operation as Follows Operation : Head Object Name : myHead Reply object is the 1st element of the list and I can access a field of the object using $myHead/fieldID.   I create another List Operation as Follows Operation : Tail Object Name : myTail Reply object is a list of the object and I CANNOT access a field of the object using $myTail/fieldID. I thought reply object would have been the last element on the list   Please advise    
asked
1 answers
1

Hi Mohammed, 

Tail operation on list will results in a list of object expect first element.

The following documentation will help you

https://docs.mendix.com/refguide/list-operation

 

answered