- Release Notes
September 2023
-
Occasionally, publishing an app generated the following error “No trace ID for this error”. This was caused by a 400 Bad request response of an API endpoint, which is now fixed.
-
In public apps, when you uploaded a file to Data Service using the File Uploader control, its name was hardcoded as
upload
. Now, the name of the upload matches that of the selected file. -
Runtime errors might have occured while using a public app with the legacy expression language.
-
Several accessibility bugs were fixed, for an improved user experience.
-
The latest release fixes the known issue that was causing the "'Public Overloads Property SelectedItem As TabularInitClass' has no parameters and its return type cannot be installed." error. This error occurred when trying to preview your app after replacing or refreshing a referenced process.
-
You could not clear selections in Edit Grid controls using the Reset values rule. The issue no longer reproduces.
The enhanced Edit Grid control now supports creating, updating, and deleting data table arguments for processes. Manipulate Datatable data type within the Edit Grid control by using these methods:
VB method |
Example |
---|---|
|
|
UpdateRowAt(index, row) |
|
|
|