Copy app tables to another app

I want to combine two apps but still save the UI settings and structure of the apps, is this possible? Ex: App 1 (two tables, two views) + App 2 (two tables, two views) = new App (four tables, four views)

Solved Solved
0 3 598
1 ACCEPTED SOLUTION

Hello,

This is currently not possible. Although you can copy apps, itโ€™s a clone of the first app into the new one. There is no merge of apps or data models.

View solution in original post

3 REPLIES 3

Hello,

This is currently not possible. Although you can copy apps, itโ€™s a clone of the first app into the new one. There is no merge of apps or data models.

But could be very usefull. We would save a lot of time if this was possibleโ€ฆ

Possible alternative is just create one app with four views. Then apply showif constrains to each views with expression of context(โ€œAppNameโ€)= ThisAppName, context(โ€œAppNameโ€)= 2ndAppName

Then copy this app to clone and name it to 2ndAppName.

Two apps should be perfectly identical, but only different app name.

I m not testing this, but each app only render 2 views per app, while we push 4 views to both of them.

Top Labels in this Space