In the context of an app implementation, we are using screen calls and track calls to collect events from our front-end.
Is there a way, using destination functions or something else, to force track calls to inherit some of the properties from the preceding screen call? The idea is to add context to events in order to know on which screen they happened.
This is needed in my case because some downstream destinations do not support this screen>event hierarchy and do not display screen properties to events. I see that Mixpanel has this concept of “borrowed property” which is cool but limited (and only works in Mixpanel obviously).
Thanks!