Skip to content

the new preview mode is not saving or no save button even after waiting over a minute and we close and open the trigger actions added is getting disaappeared #8862

@Dillliraj-hcl

Description

@Dillliraj-hcl

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions