Object fields
Advanced Views supports object fields (such as Post.Author or Relationship) 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.
Last updated