When triggering Slack notifications that a new entity was created, edited, etc. (e.g. a support email, etc.) I want to add the link to the entity in the end.
I can manually concatenate the link to the entity, but as our workspace is supposed to be malleable and spaces can be renamed, this will break said formulae whenever it happens.
Is there a function or entity property available in formulae to get an URI to the given entity ideally using the UUID?
This deserves to be a built-in function, that would not require research plus three lines of code every time it is needed – something like {{%EntityUrl}}
I think there’s little to no chance that the underlying tech design that UUID is only unique within a db is going to change.
At the moment, I’m not aware of a strong case for changing (and enabling permalinks of the form <instance>.fibery.io/<uuid> instead of <instance>.fibery.io/<dbid>/<uuid> doesn’t seem like a big enough need imho).
Was this implemented by any chance? Currently our entity links break if someone changes the space/ DB name.
Is there a way to permanently link to an entity?