Hello, i would like to combine 2 DB into 1 DB. Im thinking this can be done using backend workflow but cant figure out how to get it setup/started.
I have 1 DB named “transactions” and the other “cc_deposits”. All have unique fields that i plan on combining into 1 like both transactions and cc_deposits have transaction IDs and charge IDs respectively along with the amount and user ID.
How do i got about this? Since i cant show 2 Data in 1 RG to show a transaction history for both, i thought of just combining these 2 DB to show it in a table or RG easier