Chained relations across apps

I’m a fan of normalized data structures. This means, I rather want to point to an existing field instead of duplicating it.

I have a couple of apps, that are linked together:

  • App A ← App B ← App C ← App D

I would love to directly access a field in App A from within a calculation field in App D. Thats not yet possible without additional calculation fields in App B and App C, right?

1 Like

I think you can follow to a different app, and then keep going until you reach β€œA”. I believe this is done with the β€œreference” field in automation.

2 Likes