I’m thinking that I need to use the “Manually Add Data” Fields within one of my screens. Can someone give me an example of why you might use this functionality?
I am hoping that I can connect a screen to a collection and populate individual components without needs to pull in a list and set it to a collection.
I have an external list where I am pulling from a third-party api and populating one of my screens with several properties. The simple list is showing all data from the api call as expected on that screen.
I would like to show one of those properties on the homescreen of my app. The issue is that if i do this via a list it will show everything from the third-party collection and not just one of the items.
Does your third party API support filtering? If so, then you could have a custom list on your home screen, but filter the list so that it only show the one item you want to display there.