I have a SharePoint List ('Programs and Projects') feeding my Power App form. I want to Remove the selected SharePoint Record when the Trash Icon is selected. So in OnSelect I have the following formula:
OnSelect = Remove('Programs and Projects', ThisItem)
This basic formula should work and I have seen it demonstrated in multiple videos but I get the following error.
"Name isn't valid, the identifier is not recognized."

Why does my Power App not accept these values and/or how do I identify the offending (Name) data attribute?