Closed siddharth-ms closed 11 months ago
Just to be clear, you are not seeing dynamic list being populated for rfcName when that is a dynamic property returned by body type dynamic call?
No, we see a REST call to dynamicInvoke
fetching all the RFCs. But while populating the UI stops responding, and the Edge browser suggests to kill the page.
Describe the Bug with repro steps
We are trying to generate a UI like:
We have an element
rfcName
with Dynamic List, Ref: Manifest below: Where the contents of the elements are fetched by adynamicInvoke
call like:The element works just fine when it's a static element, but performance is much slower and the page becomes un-responsive when the element is created through a dynamic call, Here the field
rfcName
is generate as a result ofDynamic
selection ofbodyType
.Selecting
bodyType
asDynamic
makes below call:and Response: Which results in creation of dynamic field
rfcName
. When is element is top level element, and not a dynamic element, it is able to handle list of RFCs but not in case of Dyanmic element.What type of Logic App Is this happening in?
Standard (Portal)
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
No response
Browser
Edge
Additional context
No response
AB#25863872