> For the complete documentation index, see [llms.txt](https://help.accentuate.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.accentuate.io/flow-integration/flow-actions.md).

# Flow Actions

Flow Actions function as automated tasks that trigger following a specific event. Recognizing the importance of automation in modern business operations, we have enhanced our app's capabilities to include the Metafield Update task as a Flow Action.<br>

Consider a scenario where you currently update a specific metafield value manually every time a product's status changes to "Active." Automating this repetitive task represents a significant gain in efficiency, saving considerable time and effort in your daily workflow. Furthermore, automation eliminates the need to repeatedly train multiple staff members on this manual process. By utilizing Flow Actions, you can seamlessly automate the metafield updating process, solving these common pain points.

The best thing about this is that you’ll need just a few clicks to put the setup in place. Below are the steps:

1. Create a new workflow

<div align="left"><figure><img src="/files/7lEBpnUttnYaJ3i4NtC0" alt="Create a Workflow"><figcaption></figcaption></figure></div>

2. Choose the desired Flow Trigger

<div align="left"><figure><img src="/files/ZMNyrjrJh1Pb2FBTqm8J" alt="Choose the Flow Trigger"><figcaption></figcaption></figure></div>

3. Add the desired action

<figure><img src="/files/aAHLf56YyuEA5W6LvTnr" alt="Select Flow action"><figcaption></figcaption></figure>

4. Enter the desired metafield value, and choose the metafield definition (you can see all the scope-specific metafield definitions on the Configuration page that you can access by clicking on the Configure button

<figure><img src="/files/fLiy3xFRiO6MaX1PaX8w" alt="Set Flow Action Settings"><figcaption></figcaption></figure>

5. Save the changes and turn your workflow on
6. Test the workflow

### Conditions&#x20;

It’s recommended that you set the validation as you need before the Action runs, so you’re sure that the Action runs only when you’d like that to happen. To set a condition, set the preferred checks before the action runs, for example:<br>

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

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://help.accentuate.io/flow-integration/flow-actions.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.
