Create SmartForm
Create a SmartForm for each new user, based on a SmartForm template.
This flow can be used to automatically create a "SmartForm" when a user is created. A dedicated location is created in the user personal folder, and a SmartForm is attached to this folder.
SmartForm Definition and Templates¶
Creating a SmartForm is just about defining a form with a specific JSON format, and attaching this JSON to the dedicated metadata. To avoid writing the JSON from scratch, this Flow relies on a SmartForm "Template UUID" for creation, that will be loaded from the Cells generic Document Store. As such, you must have previously saved a SmartForm as a template, and use the "Copy" button inside the templates list to get the Uuid of this template. You can then use this UUID in the job's parameters.
Parameters¶
Name | Type | Default | Mandatory | Description |
---|---|---|---|---|
FolderPath | text | personal/{{.User.Login}}/On-Boarding | true | Folder to create and that will display the form. |
FormTemplateUuid | text | true | Form Builder template identifier. |
Trigger Type¶
Event-based