# Globo Product Options

## Connection <a href="#configuring" id="configuring"></a>

Your Shopify store’s connection will automatically be selected when adding the Globo Product Options trigger.

Ensure the Globo Product Options app is installed on your Shopify store before using any steps that rely on it.

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

## Configure

### Globo Product Options Order Created Trigger <a href="#create" id="create"></a>

The Globo Product Options trigger will run when an order is received that includes line item properties (option selections).

You can choose to only trigger this workflow when an order contains specific product options by clicking the More fields button in the Setup menu of the trigger.

Checking the Filter by Line Item Property Names checkbox will allow you to enter the Option name of each option you want to filter by, found in your Globo Product Option Set configuration. You can add multiple Option names to filter from.

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

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

If the Globo Product Options "Line Item Property Name" field in your trigger is left empty, all orders that include any Globo product options will trigger the workflow.

## Technical Notes <a href="#potential" id="potential"></a>

* If you change options in Globo Product Options, your workflow must also be updated.
  * For example, any [variables](/workflow-builder/fields/variables.md) used in your workflow related to Globo Product Options' fields will need to be updated and saved.
* The [manual run](https://docs.getmesa.com/workflow-builder/testing#test-data) interface will display only orders with matching Globo Product Options "Line Item Property Name" values.
* To use [variables](/workflow-builder/fields/variables.md) associated with the Globo Product Options trigger, you will need to conduct at least one [manual run](https://docs.getmesa.com/workflow-builder/testing#test-data) on the workflow.
* If you need to export old orders with option selections, you can use our [Time Travel](https://docs.getmesa.com/workflow-activity/time-travel) feature in the Activity of the workflow.


---

# 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.getmesa.com/connect/globo-product-options.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.
