We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consumption (Portal)
Windows
Yes
{ "definition": { "$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#", "contentVersion": "1.0.0.0", "triggers": { "Sliding_Window": { "recurrence": { "interval": 24, "frequency": "Hour", "timeZone": "Middle East Standard Time", "startTime": "2025-03-04T00:35:00Z" }, "evaluatedRecurrence": { "interval": 24, "frequency": "Hour", "timeZone": "Middle East Standard Time", "startTime": "2025-03-04T00:35:00Z" }, "type": "SlidingWindow", "conditions": [] } }, "actions": { "Get_rows_(V2)": { "runAfter": {}, "type": "ApiConnection", "inputs": { "host": { "connection": { "name": "@parameters('$connections')['sql']['connectionId']" } }, "method": "get", "path": "/v2/datasets/@{encodeURIComponent(encodeURIComponent('sql-zeymo-dev.database.windows.net'))},@{encodeURIComponent(encodeURIComponent('sqldb-config-dev'))}/tables/@{encodeURIComponent(encodeURIComponent('[dbo].[Tenant]'))}/items" } }, "For_each": { "foreach": "@body('Get_rows_(V2)')?['value']", "actions": { "Send_message": { "type": "ApiConnection", "inputs": { "host": { "connection": { "name": "@parameters('$connections')['servicebus-1']['connectionId']" } }, "method": "post", "body": { "ContentData": "@base64(concat('{\"tenantid\": \"',item()?['Id'],'\"}'))", "ContentType": "json" }, "path": "/@{encodeURIComponent(encodeURIComponent('debug-rewriteallbookedproducts'))}/messages" } } }, "runAfter": { "Get_rows_(V2)": [ "Succeeded" ] }, "type": "Foreach" } }, "outputs": {}, "parameters": { "$connections": { "type": "Object", "defaultValue": {} } } }, "parameters": { "$connections": { "type": "Object", "value": { "sql": { "id": "/subscriptions/53d3be08-a177-457c-a4ff-63ff586b6cea/providers/Microsoft.Web/locations/uaenorth/managedApis/sql", "connectionId": "/subscriptions/53d3be08-a177-457c-a4ff-63ff586b6cea/resourceGroups/mj-poc/providers/Microsoft.Web/connections/sql", "connectionName": "sql" }, "servicebus-1": { "id": "/subscriptions/53d3be08-a177-457c-a4ff-63ff586b6cea/providers/Microsoft.Web/locations/uaenorth/managedApis/servicebus", "connectionId": "/subscriptions/53d3be08-a177-457c-a4ff-63ff586b6cea/resourceGroups/mj-poc/providers/Microsoft.Web/connections/servicebus-1", "connectionName": "servicebus-1" } } } } }
[https://app.screencast.com/5rG1fNFe0xLqS](time changed 2 days ago)
[https://app.screencast.com/fquCyX02DLRMy](still running at 10 am)
edge updated
No response
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open for 45 days with no activity.
Sorry, something went wrong.
No branches or pull requests
Describe the Bug with repro steps
What type of Logic App Is this happening in?
Consumption (Portal)
Which operating system are you using?
Windows
Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
Workflow JSON
Screenshots or Videos
[https://app.screencast.com/5rG1fNFe0xLqS](time changed 2 days ago)
[https://app.screencast.com/fquCyX02DLRMy](still running at 10 am)
Browser
edge updated
Additional context
No response
The text was updated successfully, but these errors were encountered: