Access the User's language as a variable inside the Designer
We want to be able to access the user's client language selection as an environment variable (just like we can access 'userId') inside the Designer.
A common scenario is where we call a third-party system from an App (a "workflow") and need to send it a language code, which returns different results. And we don't (and can't) always call an ERP in every app to fetch the user's language. Hence, we need to be able to make logical decisions within an app/designer based on the "Windows Entra language" of the user currently executing it, or the language the user selects in the portal under their "User settings" (see picture).
I will let you think of a good way to achieve this. Perhaps let SCIM import the language parameter from Microsoft Entra and make it available in every app execution.
I hope you look into this, and hopefully, something can be done. :) Thank you.