Personal Files Preset
Fill personal files with data from a template folder.
This flow shows automatically provisions the content of every user's Personal Files folder at their first connection. This can be handy for on-boarding, to provide e.g. a preset layout of folders, or a "README" file, or a SmartForm for each users.
How It Works¶
The flow listens to the "Bind User" event and uses a custom role attached to the user to decide wether it has already run or not. Then it simply copies the content of a source folder inside the user Personal Files.
Parameters¶
Name | Type | Default | Mandatory | Description |
---|---|---|---|---|
TemplateFolder | text | pydiods1/template | true | Path to a template folder to be replicated for each user. |
AssignRoleUuid | text | custom-role-uuid | true | Role uuid for detecting first connection (make sure to create the role first). |
Trigger Type¶
Event-based
JSON Representation¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 |
|