Release version 1.12.02 and 1.12.03
Small addendum to our release of 5 April 2023.
Highlights
System language is stored in system variables
The current language of your avatar project can from now on be used in your project. For this purpose there are three new system variables in plural: LanguageISO1, LanguageISO2 and LanguageName. You can output these with #ATTRI/LanguageISO1, #ATTRI/LanguageISO2 or #ATTRI/LanguageName.
Here is an example: If your project language is currently English, "en" is stored in LanguageISO1, "eng" in LanguageISO2 and "english" in LanguageName.
For example, with the Condition element you can check if someone has changed the language outside the flow by opening the sidebar (the Burger menu in your project and selecting one of the languages).

Bug fixes
Delete a condition in a condition element
Fixed: If you delete a condition in a condition element, save it and leave the project, your flow gets breaks.
Set user attributes & variables Element
Fixed: You cannot drop a Set user attributes & variables element into another robot frame if it continues unsupported attributes.
Condition Element
Fixed: In condition elements the operator "if not".