Closed shboulatom83 closed 3 weeks ago
Consumption (Portal)
Windows
New Designer
Yes
{ "definition": { "$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#", "contentVersion": "1.0.0.0", "triggers": { "Recurrence": { "recurrence": { "frequency": "Month", "interval": 12 }, "evaluatedRecurrence": { "frequency": "Month", "interval": 12 }, "type": "Recurrence" } }, "actions": { "Filter_array": { "runAfter": { "Initialize_variable_1": [ "Succeeded" ] }, "type": "Query", "inputs": { "from": "@variables('inputArray')", "where": "@greater(item(),2)" } }, "Initialize_variable_1": { "runAfter": {}, "type": "InitializeVariable", "inputs": { "variables": [ { "name": "inputArray", "type": "array", "value": [ 1, 2, 3, 4, 5 ] } ] } } }, "outputs": {}, "parameters": { "$connections": { "type": "Object", "defaultValue": {} } } }, "parameters": { "$connections": { "value": {} } } }
No response
All
Describe the Bug with repro steps
What type of Logic App Is this happening in?
Consumption (Portal)
Which operating system are you using?
Windows
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
Screenshots or Videos
No response
Browser
All
Additional context
No response