Hi guys, I am creating a Contact Finder app for my company.
As a data source, I used a exel table (Online Excel for Business), where I have 2 "contact columns": "Contact person" and "E-mail".
In the detail page of my app, I would like not only to show (in a form) the data taken from the excel, but also other data (City, phone Number ect) , which should automatically be filled in though Office365Users using as searchterm the name or at least the e-mail address already displayed the other datacardvalues. How do I do this?
I tried with these formulas, but it does not work:
Office365Users.UserProfile(ThisItem.'E-Mail ').TelephoneNumber
Office365Users.SearchUser({searchTerm:Gallery1_1.Selected.'Contact Person'}).City
First(Office365Users.SearchUser({searchTerm:ComboBox1.SearchText})).City
Thanks!!