Object fields
Last updated
Was this helpful?
Last updated
Was this helpful?
Advanced Views supports object fields (such as or ) out-of-the-box.
For instance, consider a company page that includes a team members (users) field, which contains a list of users (their IDs). When you choose object fields like these, Advanced Views automatically adds a loop to display the field items in the current Twig template.
However, your goal is unlikely to be displaying just user IDs, so Advanced Views automatically retrieves the data for the selected object IDs and passes into the loop.