Hi Community!
I have an app which lives in two different environments and hence has 2 different App IDs but the same app display name (ALM with Solutions).
Is there a way to get the current App ID directly within a canvas app? I know about the way to add an environment variable to a solution and edit the value within the Azure DevOps pipeline, however you need to add Dataverse tables as datasource to the canvas apps and this is cannot be fulfilled for all apps in my case due to the premium functionality.
The reason why I need the app ID is to create and re-use a component to show all Infos about the currently opened app, like Environment id, app id, last published etc.
Thanks in advance for your help!