Document not generated in the correct language

0
I have an app where the user can generate a document. The document is supposed to be generated in the users language, but it’s always generated in de default language set in the modeler (7.10.0) I have the language setting in the generate document action set to ‘current user’.  When I debug the microflow where the generate document action is called, I can verify that the language of CurrentUser indeed is something other than the default language.   Is this a bug or am I missing something?
asked
1 answers
2

Sounds like it’s indeed ignoring your setting, I’ll see if I can reproduce it.

Have you tried to use the third option: retrieve the user’s language before the Generate action and use that as an input variable instead, to see if that works?

answered