Mapping data from multiple collections to a universal collection

Greetings Drapcode team . i have a questions that is not explicitly aswered in the documattion , is there a way to create a universal collection that contains fields created from other collections in order to achieve a universal feed filter that contains all data from multple collections in one layout dsplayed on a data group .
if not please may you please suggest a way to create a universal feed of records from multiple collections displayed in a natural scrollable way that feels natural eg contributions , proposals , intents , roposals all posts coming exchangable with out a strictly order of this group is for intents , needs etc … Just natural dynamic data displayed in universal feed

Hi @Nigel,

We do have this feature but i am not sure if we have a documentation for the same.

It goes this way:

#1. You create a collection with all the possible fields you need, like your universal collection.

#2. Map the collection filelds you want to save in this universal collection.


#3. While creating a new record or updating any existing record, we call the below mapping action which will copy the data from that collection to the Mapping collection in a flat hierarchy as you need.

Thanks.