Release Notes: Clear and Engage version 24.02.3

Release date: February 12, 2024

FEATURES

General Updates

Clear

  • Locking dashboards in Compliance

We have upgraded Public view feature in Compliance by adding a setting that allows locking a public view for edits.

To lock the view:

  1. Open settings via Edit>Settings button
  2. Toggle ON "Lock for edits"

lock view

Now only the user who has created the view can make the edits, other users will see a label "Locked for edits" and a lock icon that indicate that they can not save changes to the view.

lock in Compliance

A tooltip will indicate who is the owner of the view:

lock tip in Compliance

  • UI improvements in Compliance

To improve UI he have rolled out new view for the buttons in Compliance (note, functionality was not changed, this is a cosmetic update):

edit button in compliancenew buttons in Compliance

Engage

  • Expression support in Text node

To reuse components for different parts of protocol we are implementing logic expression support in text node:

logic exp in text

To add logic expression to text:

  1. Select text in text node or in a title of another type of node.
  2. Click on brackets icon (shown above)
  3. Add logic expression.

How it works

Example below shows:

  1. A user needs to refer to a select block and text input (the first node in the video) in the block #2
  2. To do that, logic expression is added to the title of the second block:
    1. $Yes || ' ' will show the selected answer
    2. $Text || 'No text' will show text input
  3. Now if a user is in preview/triage mode, they see the previewof the block#2 changing depending on selected answer and text input. 

    logic exp in text

Use case example: address block is added in the beginning of flow as a text field. At the end of the flow user can see address info and confirm it if the first address block has been referenced with logic expression as described above.