Hi Dojo,
Could someone enlighten me on how I could move a component on one page of a low code app to another?
I have a dropdown that several other components are relying on as their filter, and I would like to move that dropdown to a different page instead of recreating the dropdown on the new page and re-configuring all of the components that rely on the dropdown.
Hi Joshua
It is not possible to move components between pages and panels.
What you can do starting from 10.4.12 is using the new flows. These allow you to make use of multiple different data objects & variables to create 1 output using operators. You can use this to create a flow that consists of only the dropdown component data and use that flow as data instead. Then you only need to change the flow instead of updating the data everywhere when moving the component. For your case, this would require the same amount of work, but future moves will be easier.
Note that this is not a replacement for moving components between pages/panels, only a workaround.