I have problem with custom trigger flow.
I create trigger with toml extension and i deployed on app.
But when i run it locally wtih graphql i don’t have error. But when I deployed and try to run it on **Shopify GraphiQL App *
i have error.
I have this in varibales:
{
“handle”: “rechargesubscriptioncancelled”,
“payload”: {
“addressId”: 236042521,
“cancellationReason”: “This was created by accident”,
“cancellationReasonComments”: “”,
“cancelledAt”: “2025-10-13T04:46:02.0000000z”,
“chargeIntervalFrequency”: “1”,
“createdAt”: “2025-10-03T07:57:10.0000000z”,
“customerId”: 213220602,
“email”: “sara.milovanovic@codemancy.tech”,
“expireAfterSpecificNumberOfCharges”: 0,
“hasQueuedCharges”: 0,
“id”: 704012369,
“maxRetriesReached”: 0,
“nextChargeScheduledAt”: “”,
“orderDayOfMonth”: “2”,
“orderDayOfWeek”: “2”,
“orderIntervalFrequency”: “1”,
“orderIntervalUnit”: “month”,
“presentmentCurrency” : “123”,
“price”: 20,
“productTitle”: “Blender Bottle”,
“quantity”: 1,
“rechargeProductId”: 123,
“shopifyProductId”: 8675921199261,
“shopifyVariantId”: 47008151273629,
“sku”: “FW_BlenderBottle_Black”,
“skuOverride”: false,
“status”: “CANCELLED”,
“updatedAt”: “2025-10-13T04:46:02.0000000z”,
“variantTitle”: “Black”
}
}
I dont’t know what is a problem

