TemplateForm - Missing default value property

Hello,
I would like to set the default value for the form fields in the angular version.
I have checked the videos, and there is a form component with the automatically generated form. But when I convert it to TemplateForm then the default value disappears.

How could i set default value when using the TemplateForm?

Form component:

Template form component.
Snímek obrazovky 2022-04-14 130754

You just need to set the default value in your model - assign the value you want e.g. ${worklistimport.Source.propertyname = defaultValue}

1 Like