Azure / LogicAppsUX

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

Input payloads wiped out after making a small change in a switch #5703

Open hardEight opened 4 days ago

hardEight commented 4 days ago

Describe the Bug with repro steps

  1. Clicked Edit to open the designer
  2. Edited the text in a switch
  3. Saved

    The next run failed because the payload that should have been sent to the Fin & Ops instance was empty.

What type of Logic App Is this happening in?

Consumption (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

It's attached. Github wouldn't allow me to submit with it.

Screenshots or Videos

AllTheseAreMissingInputs

Code09162024.txt

Code09172024_BodiesRemovedFromInput.txt

FirstCompare

TheOnlyChange

Browser

Edge Version 129.0.2792.41 (Official build) stable app, beta channel (64-bit)

Additional context

So I entered the new designer. Changed a switch value to a shorter string, and all the input bodies for the Fin & Ops connectors were wiped out as you can see in the comparison of the code.

Eric-B-Wu commented 3 days ago

Hi @hardEight I was unable to reproduce this issue, if you load of up the older version of your workflow and rename it again, does it cause the body to be removed once again?