Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"When an item is created or modified" Azure Cosmos trigger not firing #870

Closed
Marko-TRG opened this issue Sep 6, 2023 · 3 comments
Closed
Labels

Comments

@Marko-TRG
Copy link

Marko-TRG commented Sep 6, 2023

Describe the Bug with repro steps

  1. Create a Logic App.
  2. Create a Workflow in Designer.
  3. Add the Azure Cosmos Trigger "When an item is created or modified".
  4. Observe that the named leases container is created in Cosmos Data Explorer.
  5. Modify and update a record in the container being monitored.
  6. Observe nothing appearing in the Trigger History of the Workflow, or the log stream of the Logic App.

What type of Logic App Is this happening in?

Standard (Portal)

Are you using new designer or old designer

New Designer

Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg

Yes

Workflow JSON

{
    "definition": {
        "$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
        "actions": {},
        "contentVersion": "1.0.0.0",
        "outputs": {},
        "triggers": {
            "When_an_item_is_created_or_modified": {
                "inputs": {
                    "parameters": {
                        "collectionName": "Forms",
                        "createLeaseCollectionIfNotExists": true,
                        "databaseName": "docs",
                        "leaseCollectionName": "leases"
                    },
                    "serviceProviderConfiguration": {
                        "connectionName": "AzureCosmosDB",
                        "operationId": "whenADocumentIsCreatedOrModified",
                        "serviceProviderId": "/serviceProviders/AzureCosmosDB"
                    }
                },
                "splitOn": "@triggerOutputs()?['body']",
                "type": "ServiceProvider"
            }
        }
    },
    "kind": "Stateful"
}

Screenshots or Videos

No response

Browser

Edge 116.0.1938.54 (Official build) (64-bit)

Additional context

No response

AB#25081510

AB#25106451

@hartra344
Copy link
Collaborator

Looks like it might be a runtime issue, moving to the backend issue repro for them to see

@hartra344 hartra344 transferred this issue from Azure/LogicAppsUX Sep 8, 2023
@github-actions
Copy link

This issue is stale because it has been open for 45 days with no activity.

@github-actions github-actions bot added the stale label Oct 23, 2023
Copy link

github-actions bot commented Nov 6, 2023

This issue was closed because it has been inactive for 14 days since being marked as stale.

@github-actions github-actions bot closed this as completed Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants