Is it possible to duplicate a page from one low-code app to another (even on a different DataMiner agent)?
Many teams in Skyline are using your awesome low code app technology to get digestable data on their output, effectiveness and quality. Each team is different so they all have slightly different apps. Some of the pages one team creates can still be very useful for another team so I was wondering if a page could be duplicated and moved to another already existing app.
That way they only need to change the filters to the data they want to see put already have the full page with all its components and layout.
Hi Bram,
Feel free to take a look at the answer to this Dojo question: https://community.dataminer.services/question/duplicate-pages-in-a-low-code-app/
There Leander explains how you can duplicate a page, as a workaround. DCP202736 is added to the backlog to provide duplicating pages as a new feature.
Note, using a query filter component to filter your table result should have the same performance as manually appending a filter node to the query. Since the query filter will basically append additional filter nodes to the query behind the scenes.
Thank you Ive. Looks like that JSON manipulation will work.
Just as a note: The task you linked looks like it’s scoped to same app only. While my use case is really to copy a page from one app and integrated it in a second, already existing, app.