It might be a weird thing to do with Softr, but here it goes,
I have two tables in airtable; Add and Thing
Add is a wrapper around Thing with extra fields such as time period of the add, add title, pricing, filter fields.
In softr, Add becomes a dynamic list block and Thing a list details block
The problem with this set up is that the link between the Softr pages is lost, since they’re 2 different tables with different RecordIDs.
I could merge both tables, but that will result in a massive table that in turn will slow down the experience in the listing. Most of the data won’t be used on listing cards.
Sorry, it’s actually Ad table, it’s a list of ads of things.
Not sure if I understand, do you mean, I have a list block of Ads, I click on one Ad to see the detail, the URL is automatically formed with the Ad RecordId.
I have the Ad RecordId in my Thing table, grab the URL Param and conditional filter Things by Ad RecordId?
Won’t Softr bring down all things to iterate them and match one to the filter? that could be a problem once you star having decent numbers of things.
Thanks a lot bwt, just writing it down helps to come up with ideas