REPRO STEPS
  • Create new app
  • Add REST API direct integration
  • Configure Get collection of records route (e.g. https://restcountries.eu/rest/v2/all)
  • Test the request and use Set schema from request to set the schema
  • Add a Collection of records type data variable to the page
  • Use data variable to repeat a component
  • Change binding type of some property of the repeated component to "Currently repeated property value"
EXPECTED
Since my Get collection of records route schema is set, I can access all properties
ACTUAL
I can only access the id property, as the Collection of records type data variable incorrectly infers its schema from the Get record route schema
Until this is fixed, setting the Get record route schema too fixes this.