How to Create a "Feed/Collection" Linking to both Different Sections and Rows?

Hi everyone,

I’m trying to set up a “Feed” on my app’s homepage that links to both:

  1. Sections in the app.
  2. Specific rows in different sheets.

I have used a simple URL link but this seems to open another app and does not navigate natively.

How can I:

  • Link to both sections and rows from the same feed?
  • Handle navigation dynamically based on the item type?

Any tips or examples would be super helpful. Thanks!

By section, do you mean tab?

I guess you need to configure different branches for when a user click the item on your feed:

  • Navigate to a tab (if that’s what you mean by section) if item type is A.
  • Show details screen for a row if item type is B.

Yes. I mean tabs.

So do I need to set up relations?

What’s your structure now for the “specific rows in different sheets”?

Thank you for your help. Each of the 5 different sheets has a different structure.

I mean wouldn’t you have to group the items together into one table for your Feed? Or you are just displaying different collections?