Activate Flow trigger

In Shopify Flow, configure any trigger and any applicable actions. Once ready, add the activate Flow trigger action. The action has a Data textfield. The value in this field will be passed along with the Flow Trigger and to the new workflow. Add a Log output action after this action. In the output field, you can choose activateFlowTrigger and select activated and message.

Once you run this flow, confirm that the action has run by reviewing the log.

Append customer metafield

In Shopify Flow, configure any trigger and any applicable actions. Once ready, add the append customer metafield action. The action has Customer id, Metafield namespace, Metafield key, and Value fields. The values in these fields will be used to append the value to the appropriate metafield. Add a Log output action after this action. In the output field, you can choose appendCustomerMetafield and select metafieldSet and message.

Once you run this flow, confirm that the action has run by reviewing the log.

Blog Post create

In Shopify Flow, configure any trigger and any applicable actions. Once ready, add the blog post create action. The action has Publish Article?, Blog title, Article author, Article title, Article body fields. The values in these fields will be used to create a blog and a corresponding article. If a blog with the same name in the Blog title field already exists, then a new blog will not be created. Add a Log output action after this action. In the output field, you can choose blogPostCreate and select blogCreated and message.

Once you run this flow, confirm that the action has run by reviewing the log.

Get customer metafield

In Shopify Flow, configure any trigger and any applicable actions. Once ready, add the get customer metafield action. The action has Customer id, Metafield key, and Metafield namespace fields. The values in these fields will be used to return the value of the corresponding metafield. Add a Log output action after this action. In the output field, you can choose getCustomerMetafield and select value and message.

Once you run this flow, confirm that the action has run by reviewing the log.

Increment customer metafield integer value

In Shopify Flow, configure any trigger and any applicable actions. Once ready, add the increment customer metafield integer value action. The action has Customer id, Metafield namespace, Metafield key, and Increment by fields. The values in these fields will be used to increment the value of the appropriate metafield by an increase of the configured value. The metafield must have an integer or decimal type. Add a Log output action after this action. In the output field, you can choose incrementCustomerMetafieldIntegerValue and select incremented and message.

Once you run this flow, confirm that the action has run by reviewing the log.