I know this is an old thread…but just adding this in case people with the same problem stumble across it.

I followed videos 10 and 11 in this series to create a re-usable element and listing/detail page setup: https://www.youtube.com/watch?v=EEUmqF0MLpA&list=PLoNVJrdvQQYlT3e3qur1LDgP8Rcs9msAm&index=11

It works great if you’re using Bubble data, doesn’t work if you’re using AT.

My example:

  • listing page has a list of clients
  • detail page has a client profile section from a ‘user table’ from AT, and a related list of activities from another table in AT. They’re linked by email address.

This is how I got it work:

Listing page:

  • set the “data to send” to be your Airtable primary field, in this example, mine is set to “Parent group’s Users’s EmailAddressID” (not to be confused with Bubble’s user table)

Details page:

  • dragged the re-usable element on the page and set the Data Source to “Airtable: Users” and set a condition to filter by the email address I’m passing:

For the related activity list, it’s the same concept except I use a repeating group and set the data source Type of Content to my Activity table, and then the data source to “Airtable: User Activity:filtered” and then add the same condition so it retrieves the records for that user.

1 Like