# Creating Workflows

Before creating workflow, you can connect data sources like Google Documents or Sheets from your Google Drive. This is useful for tasks involving documents or data that are updated frequently. This will also work as data dispatchers if you need your Workflow Result in a new Google document or sheet, or update an existing one.

***

## Steps to Creating a Workflow

Drag and drop your nodes onto the Workflow editor.

Choose from Custom Tasks, Macro Blueprints, or API Services based on your needs. Reference[ this page](/api/product-guide/tools-and-features/workflows.md) for more details on each node:

*Optional:*&#x20;

*Add a Data Source: Connect a Google Document or Sheet if necessary.*

<figure><img src="/files/d1vG89mqfey89tSL0NEM" alt=""><figcaption></figcaption></figure>

For multiple tasks, use the small black square at the right side of each node to connect one node to the next.

<figure><img src="/files/4l612Y5OT7w3BvMHvfCR" alt=""><figcaption></figcaption></figure>

Name your node for easier tracking and sorting.

![](/files/ISsJZN9JG2Qi5WnyJiFN)

Use the Sorter Node to determine the order of results from different nodes.

<figure><img src="/files/XHGlvOquetbKEnHvX4wS" alt=""><figcaption></figcaption></figure>

**Executing a Workflow**

1. After configuring your workflow, click "Create."
2. Trigger the workflow by selecting "Trigger Now" or set it to run automatically at predetermined intervals (daily, weekly, monthly).

   \- By clicking "Trigger Now" you will be prompted to add context or upload a file. Adding context is optional however if you do not have a Document Data Source node, you will need to upload the file you would want the Workflow to process.

<figure><img src="/files/8ocnsFvqsjo7B6cWC5gw" alt=""><figcaption></figcaption></figure>

**Monitor Progress**

1. To view the progress, click on the execution logs button in the upper right corner of the screen.
2. &#x20;Expand each node section in the logs to see detailed results.

The execution logs provide a comprehensive overview of the workflow's progress and outcomes. You can view the results dispatched to your specified destinations (Slack, Email, Google Docs).

<figure><img src="/files/0OI9afcIAdTD2CuA0bM2" alt=""><figcaption></figcaption></figure>

Additional Features:

<details>

<summary>Embedding Nodes in Custom Tasks</summary>

When you want to write a custom task to be processed in a workflow that will process or refer to a previous node in a workflow, be sure click the checkbox on the node that say "Enable context templates" and refer to the existing node using the following syntax:

{{Node Name}}

For example:

{{Toast\_1}}

</details>

<details>

<summary>Recurring Workflows</summary>

Automate workflows to run at regular intervals, ideal for tasks involving frequently updated documents or data.

<img src="/files/ZIZOe288W5rdZz8vHevn" alt="" data-size="original">

</details>

<details>

<summary>Process CSVs</summary>

When processing CSV make sure to click the checkbox within the node that says "Enable context templates"

To direct a node to look at a certain column make use the following syntax:\
{{seed\['Column title']}}

For example:

{{seed\['First Name']}}

</details>

<details>

<summary>Share and Clone Workflows!</summary>

**Sharing Workflows**

On the upper right hand side of your Workflow editor board. Click the "Share" icon.

<img src="/files/6b8Lu9798om1sDQHrewz" alt="" data-size="original">

This should generate a window any active share link this current workflow has. If there are no existing links, click "Generate Share Link"

<img src="/files/bEhqUAez890FtBwrRsuz" alt="" data-size="original">

Click the "Copy Icon" when sending simply cmd/ctrl + V or paste to send.

<img src="/files/V1rA0jOmTVbKz4WPihun" alt="" data-size="original">

**Cloning Workflows**

After receiving a Workflow link, Click the link or copy and paste it into your web browser URL bar.

<img src="/files/Hlt4L4eKEnkBmWgDDQOg" alt="" data-size="original">

This will generate a copy of the original Workflow. You can either clone the Workflow itself, this will enable you to make edits and changes to the workflow.&#x20;

You can also trigger a Workflow directly from a Clone Share-Link

<img src="/files/74v2QCJC7LiwOCZ6SDqw" alt="" data-size="original">

</details>

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rekap.com/api/product-guide/tools-and-features/workflows/creating-workflows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
