Creating a new datatype that contains other datatypes

Hi all, hope you are a well and building great bubble things.

I have a question I haven’t been able to figure out.

I have a datatype that is say called Application that is comprised of 10 fields that are other datatypes e.g. Address, PersonalDetails, WorkHistory etc.

Is there a way when I create a workflow to create a new Application datatype that it automatically creates the other datatypes needed for the Application or does this need to be another step in the workflow where I first create all the other datatypes and then add them to the Application datatype?

Thanks for your help.

Yeap, only the second variant. Make it in a Backend workflow and call via Schedule API whenever you create an Application

This topic was automatically closed after 70 days. New replies are no longer allowed.