List Operation - need to get the list value based on index.

0
I am looking for retrieving value from list, used list operation Head to get the value. In list operation head itself having two options , value and index.    I am not aware how to use the index based retrieve from the list.    Please share your suggestion/ solutions for this.   Thanks in advance.
asked
1 answers
1

Hee Venkateshkumar K,

 

You can use the offset and amount when you want to find a specific record set the amount on 1 and the offset on the index of the specified record.

image.png

Also the retrieve from database has these two fields to use;

more info can be found here:

 

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

 

Hope this helps,

 

Good luck!

answered