From what I gather, people want the Fibery Extension to incorporate available fields from the selected database.
At its current state, Fibery’s extension is a very basic bookmarking tool, used to capture the current page and create it as an entity in the selected Database and has two fields available (Name, Description).
It seems people want the ability to create an entity and input data into other fields within said Database, even though you can open the entity directly after capturing it with the Fib Extension (I presume for ease of use). It is also more like using Fibery forms within the extension or a mini version of Fibery.
Example Use Case:
I want my team to update our Terms of Service on the front end.
- Open Fibery Extension on “Webpage – Terms of Service Page” and select Task Database
- Fill out Name of entity (already possible in current version of Fib extension)
- Fill out Description of entity (already possible with current version of Fib extension)
- Select Fibery User Assignee of entity (not possible with current version of Fib extension)
- Select Fibery Due Date of entity (not possible with current version of Fib extension)
I can understand the want for this for a streamlined experience. I do agree it is a tad basic. Maybe there is a way to embed created forms within the extension as an alternative?
To improve it, we use AI Automation within Fibery Rules, grab the URL, and place it within another Field called URL. We then have it Summarize the key points of the URL and “overwrite” the description.
@YvetteLans I presume you can create a semi-workaround to update fields by creating replace to have AI update other fields based on what you provide.
For example, try something like:
Step 1
- Create a text field called “Assignee Present”.
- In the Extension “Description” field, type #user_1
Step 2
Create the following rule:
- When: Bookmark Created
- Then: Update Field (Assignee Present) > Call AI (Prompt)
If "#user_1", "#user_2" or "#user_3" as an exact match is present in {{description}}, return it without quotations. If multiple are present, separate them by commas. If none of them are present, return "#no_user". Do not provide any further explanation.
(Replace #user_1 with teammate name or whatever you want)
This will update the field like so:
Then you create separate rules for each assignee to auto-assign the user if that field contains their #name.
Not as straightforward as having functionality built into the extension and a bit hacky but still may be useful for some.




