Hi,
I’m adapting the “CRM” blueprint for my own use and using the Data Table Component to view a table, however I cannot figure out how to pass data to view a single record using “On Record Select”. In my app I’m using a clone of the “peopleUpdate” screen, which requires the objectId of the record and an “update” boolean.
The Data Table Component displays the records of the Employees database fine, but I cannot get the selected Employee record to appear in the update screen.
The existing Blueprint uses this logic (pictured), but it doesn’t seem to work from the Data Table Component when I swap “table container item Data” for “Selected Record” in the logic. Is there something I need to add to the “On Record Select” logic?
My pages are zsimpleEmployees for the Data Table and zEmployeeUpdate for the record view.
Thanks in advance.