Severity
P2 - High (Major functionality broken)
Describe the Bug with repro steps
A new Logic Apps experience is available for preview!
When a Step is added and parameters are added there is not save option and it is not saving immediately although it says as it saved a few minutes ago and when we run draft the new steps added is completely missing.
What type of Logic App Is this happening in?
Standard (Portal)
Are you experiencing a regression?
No response
Which operating system are you using?
Windows
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#",
"contentVersion": "1.0.0.0",
"actions": {},
"outputs": {},
"triggers": {
"When_a_blob_is_added_or_modified_(properties_only)_(V2)": {
"type": "ApiConnection",
"inputs": {
"host": {
"connection": {
"referenceName": "azureblob-1"
}
},
"method": "get",
"path": "/v2/datasets/@{encodeURIComponent(encodeURIComponent('https://std365fointdev001.blob.core.windows.net/'))}/triggers/batch/onupdatedfile",
"queries": {
"folderId": "jmchronicle",
"maxFileCount": 10,
"checkBothCreatedAndModifiedDateTime": false
}
},
"recurrence": {
"frequency": "Minute",
"interval": 1
},
"splitOn": "@triggerBody()"
}
}
},
"kind": "stateful"
}
Screenshots or Videos
No response
Environment
Browser :edge latest version.
Additional context
No response
Severity
P2 - High (Major functionality broken)
Describe the Bug with repro steps
A new Logic Apps experience is available for preview!
When a Step is added and parameters are added there is not save option and it is not saving immediately although it says as it saved a few minutes ago and when we run draft the new steps added is completely missing.
What type of Logic App Is this happening in?
Standard (Portal)
Are you experiencing a regression?
No response
Which operating system are you using?
Windows
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#", "contentVersion": "1.0.0.0", "actions": {}, "outputs": {}, "triggers": { "When_a_blob_is_added_or_modified_(properties_only)_(V2)": { "type": "ApiConnection", "inputs": { "host": { "connection": { "referenceName": "azureblob-1" } }, "method": "get", "path": "/v2/datasets/@{encodeURIComponent(encodeURIComponent('https://std365fointdev001.blob.core.windows.net/'))}/triggers/batch/onupdatedfile", "queries": { "folderId": "jmchronicle", "maxFileCount": 10, "checkBothCreatedAndModifiedDateTime": false } }, "recurrence": { "frequency": "Minute", "interval": 1 }, "splitOn": "@triggerBody()" } } }, "kind": "stateful" }Screenshots or Videos
No response
Environment
Browser :edge latest version.
Additional context
No response