Release Notes

Sign In

Releases

1.19

Released:

2024-07-15

Enhancements

Schemas

Add "default" value for simple values: The Schema designer interface now allows you to set a default input value for all simple field types (text, number, date, boolean) within a Schema. This new functionality enables you to pre-populate fields with a default value, which can help streamline the data entry process for users.

Add CTRL + S shortcut to Entity Form to quickly save the content without navigating away from the page: You can now quickly save the content of an Entity Form without navigating away from the page by using the CTRL + S (Windows/Linux) or Command + S (Mac) keyboard shortcut.

Add Entity Lookup auto selection on Search Value exactly matching Item Label: This update adds a new feature that automatically selects the corresponding item in an Entity Lookup field when the search value exactly matches the item's label. This increases the speed of interaction for advanced users and works with both the default ID labels and custom Schema Label Templates.

Fix paragraph wrapping behaviour for pasted HTML: When users paste content with HTML formatting into text areas, the paragraph wrapping behaviour was not optimal. This update fixes the issue, ensuring that pasted HTML content is displayed correctly with proper paragraph formatting.

Flows

Add Content to Text Node: This release adds a new Content to Text Node in the Flow Editor, allowing users to transform rich content into simple text. The rich content is converted into markdown to preserve as much of the formatting as possible.

Add slice function to the Data Expression node: The Data Expression node now supports a new slice function, which allows users to extract a subset of elements from a list or array data type. This enables more precise data manipulation and extraction within the Spaces Experience, empowering users to refine their data processing workflows.

Add support for Content to Data Expression Node: You can now pass Content data to the Data Expression node, supporting usecases like combining multiple Content items into a single Content output. This enables you to programmatically assemble and format Content in your Spaces and Experiences. For example, you could use this feature to concatenate a list of blog posts or product descriptions into a single rich text field.

Add support for Additional Incoming Data Types to the Flow Trigger Node:

  • Array: The Flow Trigger Node now supports Array data types, allowing users to pass data lists to Flows. This enhancement provides more flexibility and enables users to build more complex and dynamic Workflows. With the ability to handle Array data directly, users can automate and implement Flows such as bulk processing and data aggregation activities, unlocking new automation possibilities within their Spaces.
  • Object: The Flow Trigger Node now supports Object data types, allowing users to pass richly structured data to Flows. This provides greater flexibility in the kinds of data passed to and processed by Flows, enabling more advanced automation and integration scenarios.
  • Content: The Flow Trigger Node now supports Content data types, allowing users to pass rich content directly to Flows. This provides more flexibility in automating your business processes and helps you stay on top of content updates.

Implement Chunk Size Configuration for Document Parsing in the Parse Document to Content Node: This update introduces the ability to configure the chunk size for document parsing. The chunk size determines the amount of text that is processed at a time during the parsing process. By allowing users to adjust this setting, they can optimise the performance of document parsing to better suit their specific needs and content.

Quality of Life Improvements

  • Update space export to include title in file name and list exported entities in manifest file.
  • Close Relationship Editor on 'Esc' Key Press.
  • Display invite message when navigating to a subpath of a Space.
  • Hide unpublished flows from selection in the Flow - Execute node.
  • Fix missing property names in the Document to content node metadata.
  • Fix saving functionality for non-form top-level schema types.
  • Fix entity lookup input copying for new executions.

Related Releases

Powered by Ligantic