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
As we can ssee below, the icon of the item edit becomes blank.
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": { "When_a_HTTP_request_is_received": { "type": "Request", "kind": "Http", "conditions": [] } }, "actions": { "For_each_1": { "foreach": "@variables('sample_array')", "actions": { "For_each_2": { "foreach": "@items('For_each_1')?['type']", "actions": {}, "type": "Foreach" } }, "runAfter": { "Initialize_variable": [ "Succeeded" ] }, "type": "Foreach" }, "Initialize_variable": { "runAfter": {}, "type": "InitializeVariable", "inputs": { "variables": [ { "name": "sample_array", "type": "array", "value": [ { "type": [ "sample", "sample", "sample" ], "Id": 1, "value": "test1" }, { "type": [ "sample", "sample", "sample" ], "Id": 2, "value": "test2" }, { "type": [ "sample", "sample", "sample" ], "Id": 3, "value": "test3" } ] } ] } } }, "outputs": {}, "parameters": { "$connections": { "type": "Object", "defaultValue": {} } } }, "parameters": { "$connections": { "value": {} } } }
No response
Edge
The text was updated successfully, but these errors were encountered:
Eric is going to look more into this.
Sorry, something went wrong.
Eric-B-Wu
No branches or pull requests
Describe the Bug with repro steps
As we can ssee below, the icon of the item edit becomes blank.
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
No response
Browser
Edge
Additional context
No response
The text was updated successfully, but these errors were encountered: