Combining Things (merging databases)

Hi,
(I’m new to Bubble)
I have a 2 things; CLIENT THING that is populated by the clients information and TASK THING that is populated with tasks. For each client there are 30 tasks. I would like to combine the two list so that I have a new thing called COMBINED THING.

image

My thinking is to run a workflow, creating 30 new COMBINED THING’s with the CLIENT THING info and “make change” to them and add the TASK THING’s info.

Am I over complicating things? (pardon the pun). Any advice?
Thanks

I got it to work :muscle:
It may not be pretty, but it works

I first created the COMBINED THING in the DB, the quantity determined by the TASK THING quantity. The I populated it by a repeating group list. Done with 2 backend workflows.

Hi @thinus I am working on a similar problem. Can you help me understand the solution more in detail.

I am new to Bubble and backend workflow. Would appreciate some screenshots.