I am trying to get a single record from a SharePoint list however I am getting a RED X, I have passed though the ID of the item however which is working for the main form I am using on the page.
My statement is below, the list is called contacts which power apps is aware of and autocompleted
First(Filter(contacts.contacttype, ID=selectID))
also tried
First(contacts.contacttype)
which I would expect to just return the contacttype of the first record in the list.
Am I missing somthing really silly