I have thinapp package of some banking app and one user needs to run two different instances of the same app but with the different data. I can of course build just another package with different package and sandbox name but this complicates things in the future.
So I'm wondering if it's possible to "select" sandbox on entry point level or something like that.
Best regards