
Hi,
How can I use Created By Column in SharePoint will Autofill the Team and Manager fields on Powerapps?
Table 1 - Excel Datasource & Created By Name, Team, Managers are the column in the Excel
Below is my formula but doesn't work
Team-LookUp(Table1,Manager = DataCardValue14.Text,Team)
Manager - LookUp(Table1,'Tender Partner' = DataCardValue12.SearchText).Manager
Thanks