How to create a number of records depending on data field count

Hello there!

Looking for some help, I am noob bubbler but currently my databse architecture has:

Projects
Project Offers
Project Reports

My Project Offer contains a Project (Which has multiple dates of assignments)

  • this is a data field (ProjectDates) in my Projects Data Type

I need to create a Project Report for each ProjectDate when an offer is accepted.

Is there a way that I can create a dynamic workflow to create the correct number of Project Reports (Based on the input in my ProjectDates field within its Project) so that I can then display these?

Thank you!!

1 Like

Recursive backend workflow is what you need to create multiple things at once

1 Like