-
Power Apps Portal language code independent from filtering knowledge base articles (KA)
In muliti-language environment with 2 or more supported portal languages the language code is deciding which KA will be shown. If de-DE is changed to de what is recommended, no German article will be found. The same effect is English, changing the code from en-US to en It seems a hardcoded relation between language code and KA language existing. Please improve this behavior by add a new field with KA language in Portal Language definition or define a own search view for each language so it would be more flexible to set up the query. In German: all German and English articles are shown In English: only English articles are shown -
Business Roles: set field value at text data type also allow all other data type fields to use
Today it is only possible to use other text fields in set function if the field is string based. In our case I would copy the sequencenumber (int) in the position field (string) if this is empty as default. The user should be able to change in non-number format like 1.a or 1.1.1 I know this would be possible by javascript, but this more complex and advanced.