Hi Team,
I have a existing LCA, which has a form which displays the fetched data from DOM. I wanted to understand what does the upward arrow on below mentioned screenshot means. Because when i remove it, the form is still displayed but it is not displaying any data.
Hi Hari
That arrow normally is used to re-order the data that is added to the component. In this case you seem to have found a bug since there is only 1 data instance present on the component, so there is no use in re-ordering.
Can you share some more info about the setup, specifically the data that should be added to the form? In the screenshot it seems like the entire 'Object manager instances' collection was added to the form, which should not be possible.