I have a few Coda table views like the first image that I need to appear within its dynamic subpage of the “Market Event Info” dynamic page (second image) as a clean table only for the selected event on the relation control of the “Market Event Info” page (third image), which is selected from the Master Confirmed Events table (fourth image). What’s the best way to do this?
I’m trying a button column on my Master Confirmed Events table-
RunActions(
AddRow([Event Info], [Master Event Info].Task, “Venue Contact(s)”, LinkedEvent, thisRow),
AddRow([Event Info], [Master Event Info].Task, “Walkthrough”, LinkedEvent, thisRow),
AddRow([Event Info], [Master Event Info].Task, “Food & Beverage”, LinkedEvent, thisRow),
AddRow([Event Info], [Master Event Info].Task, “A/V (mic under $150)”, LinkedEvent, thisRow),
AddRow([Event Info], [Master Event Info].Task, “Event WIFI”, LinkedEvent, thisRow),
AddRow([Event Info], [Master Event Info].Task, “Table Layout”, LinkedEvent, thisRow),
AddRow([Event Info], [Master Event Info].Task, “Parking”, LinkedEvent, thisRow),
AddRow([Event Info], [Master Event Info].Task, “Wayfinding from parking to event space”, LinkedEvent, thisRow)
)
