Date text document

I created a text document, at the bottom I want Silverfin to automatically fill in a date. This is the date of the annual general meeting. But I can’t manage to do that. Help. Thank you.

Hi @Ellen_ORF

Where should this date be pulled in from?
If it’s from another template, you can check if there is a result you can include.
See:

You can find the existing results on any template by navigating to the “named result” section by using the debug-mode.

Kind regards,
Romy

It is the same date as in the Silverfin document “Notulen van de algemene vergadering”. I don’t see how I can do this with what you told me.

Hi @Ellen_ORF

I had a look and it seems this date is filled out in the template with handle be_legal_company_information
and the result name is date_general_meeting

So with those pieces of the puzzle, you can do:

{{ period.reconciliations.be_legal_company_information.results.date_general_meeting }}

Kind regards,
Romy