Closed peramhe closed 1 month ago
Hi @peramhe, was this ever working for the customer in new designer or was this always not working?
Hi @peramhe, was this ever working for the customer in new designer or was this always not working?
I think this is the first time I've used the new designer in this scenario. So I can't say whether this is a new issue or not. Overall, I've used the new designer quite a lot but never seen it crashing before.
Thanks for reporting this issue @peramhe, I've created a fix for this which will be out in our next release which is planned for 9/20
Thought that I'd share this even though the fix has already been scheduled @preetriti1 @Eric-B-Wu
I opened another previously created Logic App in a customers' environment and noticed that an action to call a child Logic App displayed an error. This child Logic App also accepts nulls to some of its parameters.
Failed to retrieve dynamic inputs. Error details: 'Cannot read properties of undefined (reading 'map')'
I decided to ignore this error and edited some other action in the flow and saved. I then went to "Logic App code view" to double check the changes I made, just to realize that parameters for the child Logic App call (inputs.body) had been completely removed from the definition. Hope this also gets fixed because it's very easy for a developer to miss that the error causes unintended changes to the flow when saving.
Describe the Bug with repro steps
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
Screenshots or Videos
No response
Browser
Edge Version 128.0.2739.63 (Official build) (64-bit)
Additional context
I also have an older Logic App in a customers' production environment that has a call to a child Logic App accepting null properties similar to the example above. This Logic App was created using the Legacy designer (before the new designer was in GA). Now when viewed in the new designer, the action to call the child Logic App does not show any fields for properties that accept nulls at all, even though defined in the Logic App definition JSON. Unfortunately, I'm unable to reproduce this specific behavior in my own test tenant with newly created Logic Apps.