Articles

Optimizing Forms For Workflow Studio

Follow

Plan Availability - Max.png
For more information about upgrading your SiteDocs Package, click here!

 

Below you will find suggestions from our Technical Specialist Team to help you optimize your Forms to pair well with Workflow Studio.

 

Collect standardized answers whenever possible.

Screen_Shot_2022-04-05_at_9.41.48_AM.png

Using the Select One, Select Multiple, and Select Worker Items will give you the cleanest version of your data. This also avoids situations where Workers may type answers slightly differently, creating the possibility of errors in your Workflow. For instance, if you were filtering for when an Incident Severity equals "Critical" and a Worker typed "Crucial" instead, the workflow would not continue, which could mean no one is notified about the incident.

Screen_Shot_2022-04-05_at_9.41.56_AM.png

Using Select Worker or Select Multiple Workers is great because it not only outputs the person's name but also their unique Worker ID, which can be used to get their personal details and even schedule Forms or send Chat messages for them.

Screenshot_2023-02-16_at_11.31.14_AM.png

 

If you need to do any math with number answers, use Number Only Items.

Screen_Shot_2022-04-05_at_9.40.24_AM.png

Workflow Studio can use Number Only items to do Math, like totalling up Kilometers driven from a Vehicle Inspection or totalling Hours Worked from a Time Sheet. With Short or Long Answer questions, Workflow Studio does not recognize numbers, as the output type for these items is "text" not "number".

Screenshot_2023-02-16_at_11.35.00_AM.png

 

Using Select Multiple Items can be complicated.

Selects_Mult_Workers.png
Select_Multiple.png

Because there is the potential for these items to contain several answers to the same item, the output for these items are Collections, which then need to be converted into Arrays and Iterated through in order to use the data well. While this is not impossible or even very difficult to do, it is extra steps and actions in your Workflow, so keep that in mind when creating your Form.

Screenshot_2023-02-16_at_11.47.27_AM.png

Using Repeatable Sections can be complicated.

Screen_Shot_2022-04-05_at_10.12.25_AM.png

Like Select Multiple items, because there is the potential for these Sections to contain several iterations of the same Section, the output for these Sections are Collections, which then need to be converted into Arrays and Iterated twice in order to use the data well. While this is not impossible or even very difficult to do, it is extra steps and actions in your Workflow, so keep that in mind when creating your Form.

Screenshot_2023-02-16_at_11.50.57_AM.png

Was this article helpful?
0 out of 0 found this helpful

Comments