Azure / LogicAppsUX

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

"Show Logic App run details" doesn't work when data passed in in very large #5658

Closed tjohnson1010 closed 1 month ago

tjohnson1010 commented 1 month ago

Describe the Bug with repro steps

When tracing a Logic App run, where the Logic App passes a large amount of data to another Logic App, the "Show Logic App run details" button does not bring up the second Logic App as expected.

1) Have a Logic App call another Logic App passing a very large payload in the message.

2) Go to the calling Logic and view the Run.

3) Click the Action calling the second Logic App.

4) Click the "Show Logic App run details" button in the right panel.

This does work when the data isn't very large.

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

No response

Screenshots or Videos

https://github.com/user-attachments/assets/e74b929a-f210-461e-87af-e4ecb7784dc8

Browser

Microsoft Edge for Business

Version 128.0.2739.67 (Official build) (64-bit)

Additional context

No response

hartra344 commented 1 month ago

Do you see any errors in your browser console or network trace?

tjohnson1010 commented 1 month ago

no error in the browser. I originally didn't do a network trace. Now I have. All resources loaded. image

Issues were found but they look to be the typical html errors may pages have and usually don't affect behavior. image image

Console had: image

I also did a Run with small data that worked, and it showed the same set of errors.

I went back to LEGACY Designer and found it behaved the same way. The Link there worked with Run's passing small messages and did nothing with large messages. This isn't just with new Designer.

hartra344 commented 1 month ago

Thanks for the detailed information, we'll look into it