In App Maker, how do you make dynamic table cell text?
问题 In App Maker, I am displaying a table and want to replace table cell data with different text using a data lookup from another table. Assume two tables, Departments and Employees. Departments is two fields, DeptID and DeptDescription. Employees is multiple fields including DeptID. In the table listing for Employees, I would like to replace the DeptID with the DeptDescription. (The page datasource is Employees. I do not want to set up a relationship between the data models.) I am guessing I