Displaying ONLY the head of a list in list view (or data view)

1
Hello all,   I am currently displaying a list on my page through a list view over association. I would like to be able to show ONLY the head (First item) in the list and none of the other entries, aswell as no “load more” button. I cannot access the same association when using a data view so if anybody knows a workout id really appreciate it! Thanks in advance!  
asked
1 answers
3

You need either a XPath constrained or a datasource microflow for that. So either retrieve the object in a microflow (use the head function) or do a retrieve where you only retrieve the first object with some sorting. You could use last created or something else. Depends on what you want to show here.

Regards,

Ronald

 

answered