Using =THISROW() in a List to populate other Honeycode screen

I am trying to use =THISROW() in a list at the bottom of an app. By clicking on a cost center within this list it takes you to another detail screen. The cost center clicked on should populate the input row on the detail screen. I am wondering if this cannot be done if the cost centers are from different Honeycode tables? Any help or advice is greatly appreciated...

Hi @AdamCollen-Huron :slight_smile: :honeybee:

In regards to your data model, you'll want to only have one table of cost centers, and then use rowlinks to point to that cost center table to relate data in other tables. For example:

Then in your app, you would simply create a list object, select the table of cost centers as the source, and check the box "Add a detail screen." This will automatically create a details screen of the data in the cost center table, which users will be navigated to upon clicking a row in that list:

Hope that helps! Let us know if you have any further questions. :honey_pot: