...
You can split the flow using an Exclusive Branch Connector (only one path taken) or a Parallel Branch Connector (all paths taken).
Before an Exclusive Branch Connector, you will usually have either an Asset Creation, Request Status, or Job Status connector. This ensures that the data values that will be used for the testing will be valid. You don’t want to test the results of an Inspection before the Inspection is completed!
To access a value in one node, the value must be listed on the output tab of a previous node.
Step 4: Change, Publish, Test, and Repeat
Once you have enough done you can test it, publish the design and test it using dummy data. Get a feeling for how it is working then you can go back and fix any issues and add more functionality.
...
The following videos will show you the steps we went through to add functionality to our example workflow.
Widget Connector | ||||||
---|---|---|---|---|---|---|
|
Points to remember from this video:
To put an unchanging link in an email add an Email connector and add the URL details in the button fields.
To put a link to an Asset, Job, or Request in an email, create a “Generate Link To …” node first and then add the Email connector. On the “Action Button Link” field change the field type from text to Parameter and select the newly generated link.
[TODO Add Video to show adding Job]
[TODO Add Video to show using Form Data]
Step 5: Trial, Revisit, Improve
...