How to update Process Folder description once created?
I am using process folder with extension data. I would like to update the Folder Description field after the Setup Process Folder step. I find only a step "Set Process Name" under All Steps > Flow Management > Data to change the name but I don't find any step to update description.
Comments
-
The process folder's description is saved to the folder object itself, not the extension data. We can get the folder by using a Fetch Entities step and setting the fetch criteria to entityName Equals and I am passing in the name of the folder [FEE000001] John Doe's Folder. I would suggest enabling Show Path For One Result to ensure that we are only updating one folder.
Then on the 'Result' path (not the 'Results' path), I have an Update Entity step.
Here we will pass in the FolderID from the entity we fetched.
Then, find the description you would like to update and pass in your new descriptions.
When you run this flow, the descriptions will be updated.
Please see the following documentation for additional information:
- Fetch Entities step: https://documentation.decisions.com/step-library/docs/fetch-entities-step
- Update Entity step: https://documentation.decisions.com/step-library/docs/update-entity
Howdy, Stranger!
Categories
- 4.2K All Categories
- 68 General
- 11 Training
- 203 Installation / Setup
- 1.1K Flows
- 107 Rules
- 262 Administration
- 212 Portal
- 494 General Q & A
- 698 Forms
- 334 Reports
- 3 Designer Extensions
- 47 Example Flows
- 52 CSS Examples
- 1 Diagram Tile
- 7 Javascript Controls
- 180 Pages
- 5 Process Mining
- New Features
- 179 Datastructures
- 69 Repository
- 221 Integrations
- 28 Multi-Tenant
- 27 SDK
- 80 Modules
- 56 Settings
- 25 Active Directory
- 12 Version 7
- 35 Version 8
- 83 Lunch And Learn Questions