Tag: Sheet Wise

  • WordPress Google Sheets Integration. Filter Data with Conditional Logic in SheetWise

    If you’re using a WordPress Google Sheets integration like SheetWise to sync your website data with Google Sheets, you may not want every single event to be recorded.

    That’s where Conditional Logic comes in. It allows you to filter what gets synced so your spreadsheet stays clean, relevant, and easy to analyze.

    What is Conditional Logic in a WordPress Google Sheets Integration?

    Conditional Logic lets you control which data is sent from WordPress to Google Sheets based on specific rules.

    For example, you can:

    • Only sync completed orders
    • Only include users with company email addresses
    • Skip empty or irrelevant fields

    This ensures your WordPress Google Sheets integration only sends meaningful data.

    How to Set Up Conditional Logic in SheetWise

    1. Open an existing integration or create a new one
    2. Configure your data source, spreadsheet, and column mapping
    3. Expand the Conditional Logic section
    4. Click Add Rule
    5. Select Field, Operator, and Value
    6. Save the integration

    Available Operators

    OperatorWhat it doesExample
    equalsExact matchStatus equals “completed”
    not equalsDoes not matchRole not equals “administrator”
    containsText includes the valueEmail contains “@company.com”
    not containsText does not include the valueTitle not contains “[Draft]”
    greater thanNumber or date is largerOrder Total greater than 100
    less thanNumber or date is smallerOrder Total less than 50
    is emptyField has no valueDescription is empty
    is not emptyField has a valueURL is not empty

    ALL vs ANY Rules

    When using multiple conditions in your WordPress Google Sheets integration, you can define how rules are combined.

    ALL Rules Must Match

    Every condition must be true. Example: Order total greater than 100 and status equals completed.

    ANY Rule Can Match

    At least one condition must be true. Example: Role equals admin or role equals editor.

    What Happens to Filtered Events?

    Events that do not meet your conditions are skipped. They appear in the Sync Log with a “Skipped” status. They are not treated as errors and do not trigger alerts.

    Best Practices

    • Start with one rule and expand gradually
    • Test using sample events before going live
    • No rules means everything will sync by default

    Why Conditional Logic Improves Your WordPress Google Sheets Integration

    • Reduces unnecessary data
    • Improves reporting accuracy
    • Saves time on cleanup
    • Keeps your Google Sheets organized

    Final Thoughts

    Conditional Logic gives you full control over your WordPress Google Sheets integration. Instead of syncing everything, you sync only what matters.

    If you’re using SheetWise, this feature can significantly improve how your data is managed and analyzed.