Boilerplate Options to Text Field

Create boilerplate options for a text field. Add one or multiple text options to populate the field.

Add a multichoice field called, Templates, with options of boilerplate text field you want to use.
Add a text field called, Narrative.

ON('change', 'templates', () => {
  SETVALUE('narrative', CHOICEVALUES($templates).join('\n\n'))
})
484