Now you can merge two or more entities from the same database into one entity.Merge helps to handle duplicates fast without losing valuable information.
Some things you need to know:
You can select several entities in Table View and merge them into one. Or you can find Merge into command in any entity view ā¦ top right menu.
All fields and all collections are merged. For example, if you have some project with 10 tasks and another project with 12 tasks, you will have a project with 22 tasks after the merge. If some field in a target entity is not empty, it will not change.
Inline comments in rich text fields in source entity will be lost. If you have references that point to source entity, they also will be lost.
Select layout when you drop many cards on a whiteboard
Now, when you want to add multiple cards with relationships to the whiteboard, you can choose between Vertical or Horizontal auto-layout and save some time.
Beautiful updates as always! I tried out the merge but am getting this error:
Route POST:/api/entity-merger/merge not found
Iāll play around with it when itās fixed, but my immediate reaction is that its quite unintuitive, at the end of the day, I assume this is to deal with duplicates, but the fact that the system decides which fields will be overwritten and which will not is not ideal (checkbox). Also that I need to merge the old one with the new one to preserve the fields of the new one, is inuitive by language āMerge intoā but can be wrongly done quickly. What if I want some fields from one, and some fields from the other? I personally used Airtableās Dedupe tool and that is an absolute breeze to deal with duplicate entities. Maybe it would be a bit more to make, and more UI additions.
All this being said, all these extra default actions are nice, but I see value in maybe building them in a way that users can recreate and edit in the Actions window. āDefault Actionsā which can be toggleable (and ideally edited, either with script or no-code) would be amazing. I love that highlights was built on top of fibery, and it would be great if these actions were as well.
Just thought of another thing! Is it possible to add merging to automations? My use case:
After submitting a form, if email already exists, merge the old entity into the new one. Is this possible? Is merging available within scripting?
We had this in mind and Merge is a separate service that can be accessible via scripts. However, we did not do that yet, since a developer went to a vacation. I hope we will get back to it soon.
When someone fills out a web form anywhere, we add the information the form captured into a āSubmissionā database in Fibery via some code in GTM. Sometimes someone will accidentally submit a form multiple times, or the GTM script will fire more than once, resulting in multiple submissions with essentially the same information. Iād like to merge those multiple submissions into a single submission.
Currently we just keep all submissions and have another database called āLeadsā setup as a 1 to many relationship. It basically acts as the control to ensure someone with 3 submissions is only ever counted as 1 lead. If we could automatically merge submissions easily and accurately, it would likely remove the need for our lead database.
Not sure which week you added the drag alignment to whiteboard, but I just discovered it - this is very well executed! The button alignment options were good, but sometimes you just want to drag things around and this works perfectly. Just wanted to shout it out.