apps
2023.10
true
2023.10.1
Release Notes
Last updated Oct 17, 2024
2023.10.1
Release date: 19 December 2023
-
Data types of primitive process argument, such as Integers, Booleans, or Strings, were incorrectly inferred upon moving from version 2022.10 to a newer Apps version. This issue occurred mainly for processes containing complex arguments, resulting in invalid bindings between Apps elements and arguments.
- Previewing an app with a complex control that referenced a Data Service entity failed when all the following conditions were
met:
-
entities variables were used to query the entity,
-
the variables belonged to a different entity from the one the query was based on, and
-
updating the queried entity assigned the wrong data type for the complex control.
-