Watch Entity and get notifications
This feature was requested by at least 50 accounts and has been in our backlog for three years. Finally, we have it in Fibery. Now you can watch any entity and receive all activity changes in your Inbox. Click the icon in the top right corner of any entity view and then click the Watch button.
There are several automatic rules that make you a watcher:
- When you created an entity.
- When you are assigned to an entity.
- When you add a comment to an entity.
- When you add an entity to Favorites.
There is also Watch action in automatic rules, so you can make some users as Watchers in your unique workflow.
Limitations:
- Changes in rich text fields and documents are not tracked.
Watch notifications are Inbox-only, you canât have them in Email or Slack so far (we are working on it, stay tuned).
Try it and share your feedback. We are listening . Watch user guide is here.
AI Search is out of beta
Weâve renamed Semantic Search to AI Search and now you can try it for free without OpenAI account for 1 database. Learn more about AI Search here.
To try it, navigate to Settings â AI and add one database to the index.
AI search works best for highlights/references creation, when you select some text and want to find relevant entity to link.
Trim Field names to remove leading and trailing spaces
Leading and especially trailing spaces in names lead to unexpected errors in scripts and âduplicateâ Fields in Formulas:
Moreover, troubleshooting is tricky unless you know exactly what you should be looking for. Weâve seen Creators cumulatively spending hours debugging these cases.
From now on, we automatically remove both leading and trailing spaces when you save a Field to avoid the trouble(shooting).
Escape quotes and new line \n in Formulas
Previously, our Formulas have been harsh on "
within '
:
// you wrote
'Fibery is "awesome"'
// we replaced ' with " on saving and showed an error when you edited Formula next time
"Fibery is "awesome"" â
Now we truly allow "
inside '
. As a bonus, we allow escaping quotes andâŠnew lines!
'Fibery is "awesome"'
"Fibery is \"awesome\""
"Fibery is awesome\nSo are you"
Comments reactions notifications
Weâve improved reactions notifications. Now they are combined, comment text is visible and aesthetic is better.
Fixed Bugs
None.