Another exciting release has arrived for all accounts on the standard release cycle. Below are some highlights of the release!
App Editor
- The signature widget now supports the signing of Table records
- Have a hard time remembering the hotkeys for zooming in and out or panning in the editor? This convenient menu can now be found in the bottom right of your screen
- Tables can now be sorted by multiple columns
- Interactive tables with a variable datasource can now be filtered and sorted right in the editor. For anyone who often uses connector functions - this is huge! You no longer need to add filters into your REST API or SQL function.
- Labels can now be added to the Text, Number, Single Select, Multiselect, and Date Picker input widgets. This eliminates the need to create and place separate Text widgets as labels - talk about a quality of life improvement! I love this feature.
- Added a new function - ARRAY_INDEX_OF - to the expression editor using which users can find out the first occurrence of a given value in an array.
- Extend the Run App button to allow users to start an app from the current step and from the beginning of the app
- Added an eyed dropper tool to the color picker menu in browsers that support it. This makes it easier to pick specific colors when building apps.
Connectors
- The connector configuration modal will let the users know if the changes made to the configuration will be propagated to published apps
- Connectors now shows up in the activity feed which records what changed, who made the change and when was it changed.
Analytics
- Some long-awaited changes to analytics are rolling in! Recently weâve added control charts - weâve now added forecasting! This feature is in beta so please reach out if youâd like to try it!
- Analytics are getting a fresh new look as we continue to add new features to this part of the platform
- Added Close button to analytics editor to allow users to close analytics without saving changes.
Stations, Devices, and Machines
- A new Node-RED library flow for Witmotion HTW091B imu sensor
Fixes, Bugs, and Performance Improvements
- Keyboard focus now automatically moves to the App Name input in the Create App modal. This enables users to create apps from scratch more quickly.
- Multi-Tenant Connector Host test coverage is improved.
- Account owners will receive an email when completions fail to record
- CSV import and exports are now tracked in the Activity History.
- Table schema changes are now tracked in the Activity History. This includes rename, description edited, archived, restored, column added, column label edited, column description edited, column archived and column restored.
- âShow Errorâ trigger action is now hidden when building apps if displaying errors has been disabled in the Account Setting.
- Fix connector hosts URL encoding input values in the body of a connector host
- Button Icon Selector properly translates to other languages.
- Fixed an issue where frontend sorting did not work for timestamp values
- Fixed an issue where the app editor did not resolve timestamp values properly
- Fixed an issue where app analyses could not render integers
- Resolved completions data not being saved if text had null value
- Fixed an issue where the completions query failed when large integers where present in the dataset
- Record history widget, wrong âuser ran appâ info when eSig is signed by a user different from the one logged into Player
- Deleted table records show ID in Activity Feed Events
- Ensures that completions with extremely long text values are stored correctly without impacting analytics performance. Limits the performance impact of very completion text values in analytics by truncating completion strings at 600 characters within Analytics only.
- Fix bug where inputs tied to table record fields with triggers donât respect the new field value
- Fix multi selection of widgets not working in base layout
- Analyses shown outside of the Analytics Editor are restored to show the latest state whilst they are being updated instead of switching to loading state.
- Bug fix: fix the firing order of custom widget triggers
- Show a warning upon a failed completion
- Fix issue where CAD Widget does not recognize upper case .STL files
- Increased the maximum allowed image size for images across the platform from 5MB to 20MB