Department How To's
How to's for the Department guide.
How to add a Department object to a flow?
- Open the flow editor.
- From the Toolbox, drag the
Departmentobject onto the canvas. - Select the object to open the
Propertiespanel. - Go to the
Valuetab and choose one of the following types:- Static Department (Select a department from the list)
- Flow Starter’s Department
- Configure other properties like
Caption,Size, etc., under theAppearancetab.
How to delete multiple Department objects
To delete multiple Department objects from the canvas:
- Hold down
Ctrl(orCmdon macOS) and click on each Department object. - Press
Deleteon your keyboard or right-click and chooseDelete.
This will remove the objects, but it will not delete any variables or expressions referencing them. Review your flow logic after deletion.
How to remove a Department object from the flow?
To remove a Department object:
- Click on the object in the flow designer.
- Press the
Deletekey, or right-click and chooseDelete.
Make sure that:
- No Assignment or Comparison objects rely on this Department object.
- You’ve removed any event handlers or code tied to it.