Retrieving project Id within the app

0
Greetings community, Anyone knows a way to retrieve the project Id dynamically (in-app, through a microflow) ? 
asked
1 answers
2

This is possible with the Deploy API 3.3 Retrieve App.

With the retrieveApplicationURL java action from the CommunityCommons you can determine the app id (sub-domain name of the app) to use in the request.

 

-Edit- Found this, much faster method: https://apidocs.mendix.com/7/runtime/com/mendix/core/Core.html#getProjectId--

answered