Not sure if this is possible but here is the scenario:
SharePoint list: FCTminutes
Column Name that I would like to pull data from: 'FCT Norms'
Title: School Name (text Field)
PowerApps Fields:
dpSchool: School Name (dropdown)
txtFCTname: FCT Team name (text field)
txtFCTNorms: FCT Teams Norms (multi-line text field)
I would like to automatically pull the most recent entry from FCT Norms sharepoint field where Title (School Name) and Name in 'FCT Norms' Sharepoint field, equal the values in dpSchool and txtFCTname field on the canvas app. If there is a match in those two fields then add the most recent data in the 'FCT Norms' Sharepoint list and add it to txtFCTNorms text field.
any help would be most appreciated.