This example will show you how to create a flow process to handle a company purchase requisition. In this flow an employee will suggest to purchase an item. If the item costs less than 1000$ it will be approved automatically. If the item costs more than 1000$ it will be routed to a manager for approval. If the manager approves - the item will be "Pushed" to a google sheet page for documentation and then a message will be sent to the form filler, to notify him of the approval.
If the manager decides to reject the requisition - the flow will return to the start, notifying the form filler that his suggestion was denied.
In order to start you will first need to create the form, which the employees will be required to fill in (we will instruct you how to do this in the first part of this example).
In this workflow we wish to connect the "Start" element to a "Decision" element. The decision will contain a condition: suggested item price should be lower than 1000$. If the item is indeed cheaper than 100$ - than it will be approved and the flow will come to an end. In addition an email will be sent to the the form filler to inform him about this.
If the suggested item price is higher than 1000$ it will automatically be rejected, and forwarded to a manager (Person element) for a second review. If the manager rejects this item purchase - the flow will return to the start. If he approves - the data will be pushed to Google spreadsheet.
1- | Enter the form builder and create a new blank form |
2- | Give your form a name ("Properties" panel > Form> Settings > General> Form Name) |
3- | Press on the "Save" icon in the upper toolbar to save the form |
4- | Drag the following fields from this "Elements" panel (on the left) and drop them on to the canvas.: Textbox (for Proposal made by) Email (for Proposal party email) Textbox (for Requisition object) Textarea (for Object Description) Price (for Requisition price) and a submit button |
5- |
Change each element's label. Simply select the element and change its label text in the "element settings" ("Properties" panel > Element> Settings > Basic > Label) |
6- |
Make your email element mandatory (Select the email element and go to: "Properties" panel > Element> Settings > Basic > Turn on "Mandatory" checkbox) |
7- |
Save the form. Once you are done creating the form you can add a workflow to it |
1- | Go to "Properties Panel" > "Form" > "Settings" > "Workflow" category |
2- |
Press on the "Configure workflow" button |
3- |
|
4- |
Once the flow is done, all that is left is to configure the settings. Press on the "Settings" button in the upper toolbar to configure the workflow settings: Description - this description is for your benefit only. Preview form data in workflow step - when this checkbox is turned on the data entered in the form will be displayed along with the onscreen message given to the approving person. Your form filler is - This field defines who the form filler is. In this case it is the one that fills in the email element - so choose the "email" option from the dropdown. Approved message - This is the text for an on screen message shown to the person after he approves the issue in the email. Reject message - This is the text for an on screen message shown to the person after he rejects the issue in the email. Reply to - the email address show to the form filler if he wishes to reply From - This text will appear in the email subject, when it arrives (you can enter your name, your company etc). Approve button - Configure the text on the "Approve" button (default text is "approved"). Reject button - Configure the text on the "reject" button in the person email (default text is "rejected") Show status link - this option will add a status link to the email sent to the "person". Pressing on the link will show the flow steps and where the request is currently located in this flow. Status link text - allows you to change the default text of the link. Press on "apply" to save the settings. |
5- |
Select the "Decision" element and Fill in the decision settings. Name of Decision - this text will appear inside the Decision triangle object on canvas (instead of "Decision"). Approve subject - Set the text of the subject in the email sent once the Requisition is approved. Approve message - Set the body of the subject in the email sent once the Requisition is approved. Reject subject - Set the text of the subject in the email sent once the Requisition is rejected. Reject message - Set the body of the subject in the email sent once the Requisition is rejected. Show original form data in approve / reject mail - a checkbox, once turned on, displays the data entered in the form. Press on the "Configure condition" button to set the condition, by which the data will flow. In our example the condition is: Requisition price must be less than 1000 $. Press on "Apply" to save the decision settings. |
6- |
The properties at the top will define who the "person" is, and the subject & body of the email sent to him. |
7- |
Select the "Push" element and press on the "Push settings" button to configure the push. |
8- |
|
9- |
|
10- |
|
11- |
|
12- |
|
13- |
|
14- |
|
15- |
|