> For the complete documentation index, see [llms.txt](https://docs.work-relay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.work-relay.com/automations/best-practices-screensteps/review-build-your-first-recurring-flow-tutorial-example/create-and-run-a-simple-flow.md).

# Create and run a simple flow

## Build a flow

**In this section, you will build a simple flow and execute it.**

You will be using the Flow Tracker data source that ships with Work-Relay.

{% stepper %}
{% step %}

### Click of the flows tab, and add a new flow

![](/files/4d7c4fa667c644240130c622c7aa1e609469e2ed)

1. How will this flow be triggered? Select "When record is created".
2. This allows you to put conditions on a flow. Leave this out for now.
   {% endstep %}

{% step %}

### Assign responsibility

![](/files/5e741f213170e803fcd1ec37cbe29c42b9cb4798)

Click on the blue bar on the left to open the Properties windo on the right.
{% endstep %}

{% step %}

### Add a step

![](/files/3910f92a6c5d0ff943360b841fbb5a2fcdfc6174)

1. Drag the Process icon on to the canvas.
2. Enter the name of the Step.
   {% endstep %}

{% step %}

### Drag an end step on to the canvas.

![](/files/ef1d5e8c2071a85b6fe55d80494cfebcbd44a4a3)
{% endstep %}

{% step %}

### Connect the steps.

![](/files/effd28612dd3bdeb7e65ce94619af6da7d9dceb4)

Click on one of the dots and drag to a dot in another step.
{% endstep %}

{% step %}

### Click save and then activate the flow by clicking the yes button.

![](/files/43a9b47a613c1b8d08fd81755805001a31bdf643)
{% endstep %}
{% endstepper %}

## Run the flow

{% stepper %}
{% step %}

### Create a new flow tracker record

![](/files/9bd6f408dcda5bc77d9b5c8935b999cee7a7c396)
{% endstep %}

{% step %}

### Give the record a name and click the save button.

![](/files/204a89a12c4ddcf66ba22122532926df4ea90d21)
{% endstep %}

{% step %}

### Look at your Chatter feed and link to view

![](/files/7d1bb7f3d75641565c84c37a5f279d8fa6bb0957)
{% endstep %}

{% step %}

### Proceed the flow

![](/files/3fd8646a1501bfef6782266a7a4b892b225d6e04)
{% endstep %}

{% step %}

### The flow terminates, since there was only 1 step.

![](/files/3376c844c267608b4c1e74d1d3f2ec1cf2714cd6)
{% endstep %}
{% endstepper %}
