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:
- Open settings via Edit>Settings button
- Toggle ON "Lock for edits"
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.
A tooltip will indicate who is the owner of the view:
- 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):
Engage
- Expression support in Text node
To reuse components for different parts of protocol we are implementing logic expression support in text node:
To add logic expression to text:
- Select text in text node or in a title of another type of node.
- Click on brackets icon (shown above)
- Add logic expression.
How it works
Example below shows:
- A user needs to refer to a select block and text input (the first node in the video) in the block #2
- To do that, logic expression is added to the title of the second block:
- $Yes || ' ' will show the selected answer
- $Text || 'No text' will show text input
- Now if a user is in preview/triage mode, they see the previewof the block#2 changing depending on selected answer and text input.
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.