Create a ref from a different table in different App

HI,

In user added ref can I add a source table from different app?

As in drop down in shows tables only which exist in current app.

This question doesn’t make sense. What are you wanting to do?

An app can only use tables that exist within the app itself. An app cannot use tables that exist in another app that do not also exist in itself. You’ll need to add the table of the other app into your app. Tables are allowed to be used by more than one app (though it adds a lot of complexity).

Thanks Steve this works as a solution.