ZEOS, Version 29.3.0
Release Date: 27/04/2023

About This Release

Release 29.3.0 brings a few enhancements to workflow blocks and dashboard objects. It also fixes bugs related to workflow blocks, chat, and icons.

New Features

  • Option to pass filter values on reload-object workflow action: In the earlier version, you could filter the elements of a dashboard by passing their shortcodes through the reload object workflow. Now you can also apply filter to the values of the dashboard elements through the reload object workflow. This is applicable for datalist, grid, and tabbed cards. To know more about multiple object reload, click here.

Below is the format for the filter:

first_name::{Entry.name}__VIZ__age::{Entry.age}

The screenshot below shows filter applied for date and name inside a datalist.

 

  • Option to get the current “dashboard shortcode” from the “menu builder” workflow: Now you can pass the current dashboard code through menu builder workflow by using entry parameter as {Entry.appShcode}. 
  • If the Math Block fails to perform the requested operation, it returns the output value as ‘0’: If you pass a non-numeric value to the math block, it fails to perform the requested action. You now get the output as 0, which indicates that your input value is non-numeric.

 

To know more about Math block and other utility blocks, click here.

  • New functionality in Developer tool: You now have a new functionality in developer tool that can get the list of all dashboard widgets built against the provided spreadsheet, even if it is a shared spreadsheet. To know more about developer tools, click here.

 

  • Dashboard objects as new HTML components: Now you have an option to copy a datalist, grid, or HTML card (dashboard objects) as an HTML component and paste in any HTML card/tabbed card in an app. This solves real-time reload issues with tabbed cards. To know in detail, click here.

 

 Bug fixes

  • The issue of hidden add button in datalist form in a second tab is fixed.
  • Clipboard data missing in workflow blocks after refreshing is fixed.
  • The issue with 0 not being taken in the output while using implode in string block is fixed.
  • Chart configuration issues while applying filter and resetting are fixed.
  • The issue of connected workflow not getting listed in SS settings tab is fixed.
  • Broken widget appearance while applying DB filter is fixed.
  • The issue of support tickets not getting updated in ZEOS is fixed.
  • Removed tags from Isfiles.
  • In the Date Block, years, months, days, minutes, seconds not listed in the output format dropdown fields is fixed.
  • Sorting option not working in datalist and tabbed cards when Group by is applied is fixed.
  • A link is given to open background workflow log from the parent workflow log.
  • Filter values can be passed to the reload object workflow in the same way as they are passed in overlay object workflow action.
  • ChatID format is changed.
  • The issue with generating column alias in spreadsheet filter block is fixed.
  • Issues with the latest icons are fixed.
  • An issue of alphabetical order inside cards (an option to show alphabetical order but in some cases, it was broken eg: CP Welcome letter) is fixed with Mongo DB Change
  • An issue of datalist visibility inside the tabbed cards is fixed.
  • The issue of datalist form add button hidden when the title was hidden is fixed.