Background: I need to fetch values from excel sheet for candidates training status and in my form i have a single line of text field in my new form and it should check the logged in user name with the excel sheet data and fetch the values in the new form training status datacard value dynamically for the respective logged in user
Excel sheet format
CandidateName Emailaddress Trainingstatus
John John@abc.com Inprogress
Sam sam@abc.com Completed
New form : (canvas appp PowerApps form)
Name: John
Training Status : Inprogress // This value needs to be captured from the excel based on the logged in user
Country: US
Save cancel