Is it possible to reference OM in CtM?

Hey there,
I am building a CtM and want to display a table with the Input Data from the FM, which is saved in the OM.

Is is possible to integrate such dynamic behavoir or is the CtM only for static elements?

Thank you for your help!

Hi @julius-low-kernel

From 2025.06-ext2 (just release at the end of October) you can add dynamic elements to your Content Model. You can load a single document and display the data from that document using “Form Elements” or by referencing the Field Path in a Text Element (Enter [/ and then select the path you want).

There’s also a “Repeatable Group” Element which allows you to then reference repeatable data.

So, yes you can integrate dynamic data. You can also model a Repeatable Group Element to model a table-like structure to display repeatable data.

2025.06-ext2 Models
Person_CtM.json (18.3 KB)
Person_DM.json (45.6 KB)

Does this match your requirement?

Yes it does! Thank you for your quick response :slight_smile: