You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logic app "Save" operation doesn't take effect even the notifications show that "Successfully save the workflow". Furthermore, even we didn't change the workflow again, the Save operation will show and let us save again.
#6153
Open
serenaliqing opened this issue
Nov 20, 2024
· 3 comments
The text was updated successfully, but these errors were encountered:
serenaliqing
changed the title
Logic app "Save" operation doesn't take effect even the notifications show that "Successfully save the workflow".
Logic app "Save" operation doesn't take effect even the notifications show that "Successfully save the workflow". Furthermore, even we didn't change the workflow again, the Save operation will show and let us save again.
Nov 20, 2024
When you save, can you verify in the code view(or hard refresh) that the changes did in fact not save. If you check the endpoint immediately after saving, you could be hitting a worker that hasn't picked up the change yet. It can take 10-20 seconds for the change to be picked up on the backend.
When you save, can you verify in the code view(or hard refresh) that the changes did in fact not save. If you check the endpoint immediately after saving, you could be hitting a worker that hasn't picked up the change yet. It can take 10-20 seconds for the change to be picked up on the backend.
Hi Experts, thank you for your response. Our observation is that the workflow can save the change and even execute with the change successfully for a while. However, after the first test, cx left the logic app for a while without any other change . Amazing, when cx opened it again, the workflow turns out to be the previous version. It seems that the workflow reverted the code back silently without any notifications. We're looking forward to your insights here.
Describe the Bug with repro steps
What type of Logic App Is this happening in?
Standard (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
Chrome
Additional context
No response
The text was updated successfully, but these errors were encountered: