Can I create my own data type?

Question

Can I create my own datatype for our business object instead of the four defined datatypes (text, numeric, date and file)?

Answer

While you can’t create your own datatype, you can use the file datatype to transfer any type of file structure (such as XML, JSON, CSV, etc.), then extract the data with a system action. This configuration will require an additional step in your process.