Azure / LogicAppsUX

https://learn.microsoft.com/azure/logic-apps
MIT License
76 stars 81 forks source link

Columns parameters of action "Update item" of SharePoint connector, automatically disappear in Standard Logic Apps designer #5937

Open ShingoHanai opened 1 day ago

ShingoHanai commented 1 day ago

Describe the Bug with repro steps

  1. Create a workflow including action "Update item" to update selection column of SharePoint connector in Standard Logic Apps.
  2. Move to [Developer - Designer] blade to open designer from other blade, then within about 5 seconds edit other action's parameter and save workflow.
  3. Re-open designer in [Developer - Designer] blade, you can find parameter desappeared.

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

No response

Screenshots or Videos

https://github.com/user-attachments/assets/16457416-4dd4-43c4-b3aa-6aa6ae5fd6b9

Browser

Google Chrome

Additional context

No response

rllyy97 commented 14 hours ago

This looks like we are stripping away the values of dynamic parameters if we try to save before they load in. If that is the case we may just need to prevent saving until all of the dynamic data is loaded.