Auto-refresh Related Record Lists Based on Selection

Is it possible to automatically reload a related Record List when selecting a record from a primary Record List?

Example setup:

  • Module 1: Author
  • Module 2: Book Titles (linked to AuthorId)
  • Module 3: Book Quotes (linked to BookId)

Desired layout:

  • Author (Record List) | Author (Record Card) | Book Titles (Record List)

When I select an Author from the Record List, I want the Author Record Card and the Book Titles Record List to refresh automatically (So far only the Author Record Card updates)

Bonus: I’d like to chain further, e.g., selecting a Book Title refreshes a related Quotes (Record List).

Is this possible without manually reloading the page?

Not entirely sure what you mean by “when you select an Author from the record list”.
Screenshots/videos are useful for such questions.

Sure. Here it is:

I got it to work by pre-filtering. This was mentioned in one of the videos, but for some reason I couldn’t get it to work before. Now it seems to work.

Is it possible to show a child record on the same page in another block? For example, if I click on the book title “A Study In Scarlet”, can display that record in another block on the same page? Or only as new page / floating window?

Thank you. And Thank you for releasing this project. It’s great! :slight_smile:

1 Like