Is there any way to read dynamically the fields of data types / templates?

Hi @cohen.avraham , Daml does not have reflection features of this kind. Even getting the human readable type name of a value is supported only in “dev” versions and for interfaces. See How to get the name of a template or data type.