...
ConneX is a node based application which means that each step in a workflow is represented by a node within a larger tree that makes up your workflow. To add a node, in the builder tab simply find the step you want in the list of actions on the left, click and drag it out into the workspace on the right. You should see a box appear with the name of the action and three colored dots. This is called a node. To load your next action you can either right click on the green dot to the right of the node or you can drag the new action in. You’ll notice though that if you drag the new action in, it doesn’t automatically connect to the previous node. To connect them simply click on the green dot to the right of the node for your previous action and click on the green dot to the left of the node for your new action, this should create a connection between the two actions. To disconnect two nodes simply hover over the word next to the colored dot where the node is connected and click the X that appears. To remove a node you can either right click on the node and choose remove or you can click the X that appears in the upper right hand corner on hover.
...