I'm trying to connect a control to display the data found in the column of a sharepoint list. At first, the box was displaying Loading... and now it's showing Overflow.
This is the formula that I am using:
lookup("Tracking", "ID", ApprovedContractor, "Contractor Name")
- Tracking is the name of the Sharepoint List
- ID - (I saw this listed in other solutions)
- Approved Contractor: The named control
- Contractor Name: The column that has the info that I want from the Sharepoint list.