Skip to content
    Back to Blog
    August 31, 20263 min read

    By Brian Hanson · Updated Sep 19, 2026

    Your First Shopify Automation Should Be Easy to Undo

    TL;DR

    Compare Sidekick and Flow, then define and test one internal workflow before enabling it. Includes a decision table and test cases.

    A trigger leads to a condition and an action, with a separate exception path to review.

    Pick a task where a mistake creates a review item, not an email to a customer or a refund. That gives you room to learn what the automation actually does.

    A trigger leads to a condition and an action, with a separate exception path to review.
    Illustrated workflow; not a screenshot or a measured result.

    Assistant or repeatable workflow?

    NeedStarting pointYour responsibility
    Explain a task or draft a changeSidekickReview the proposed answer or change
    Run a defined action after an eventFlowDefine and test the trigger, conditions, and action
    Automatically handle every store decisionNeither is a complete business operating planChoose bounded tasks and keep accountable owners

    Which Shopify tools should you start with?

    For a manageable first project, separate an assistant from an automation. Shopify describes Sidekick as an assistant inside the merchant admin that helps with questions, content, and store tasks. It presents changes for review. That does not make it a customer-facing sales representative or give it permission to run every part of your store unattended.

    Build one workflow before expanding

    Shopify Flow documentation explains how to create a workflow manually, from a template, or with Sidekick. A generated workflow starts inactive and must be reviewed, tested, and enabled. Begin with a reversible internal task, such as tagging an order for staff review. Save customer messages, refunds, discounts, and inventory changes for later, after you understand the behavior.

    1. Write the trigger in plain language: exactly what event should start the workflow?
    2. List the condition that must be true, including exclusions.
    3. Choose one action and identify who owns failures.
    4. Run test cases for a match, a non-match, and missing data.
    5. Enable it only after reviewing the output.

    Example brief to give your assistant

    Try: “Help me draft a workflow that tags qualifying orders for manual review. Show the trigger, conditions, and action. Do not enable it. Tell me which fields you need and what happens when a field is missing.” Replace “qualifying” with your real order rule before using the prompt.

    This is a proposed implementation pattern, not a claim that it has produced a particular sales increase. Track the number of correct tags and the staff time required to fix mistakes.

    Keep the exception path visible

    A workflow should have an owner, a stop switch, and a small log of unexpected results. Check for repeat triggers and whether the action can happen twice. Shopify notes that workflow execution may be delayed; do not promise an instant response to a customer based on a background automation. Review the store’s current capabilities and app permissions before adding paid tools.

    A small test sheet

    TestExpected behavior
    Order matches your ruleThe internal review tag is added
    Order does not matchNo tag is added
    Required field is missingThe agreed exception path is followed
    The same event is processed againNo duplicate customer-facing action occurs

    Record the actual outcome next to the expected one. These are proposed acceptance checks, not results from a tested store.

    Continue with the AI sales and customer service guide for a broader implementation plan.

    Free 3-Day AI for Business Summit

    Join the live online summit to explore AI tools, marketing, sales, content, and lead generation—even if you are starting from scratch.

    Reserve Your Free 3-Day Pass

    Live online · Interactive · Free to attend