The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
The Dedupe app displays all the fields in a table, and shows them to the user in order of creation. The user has no way of changing this.This behavior makes the app painful to use, because you have to scroll manually to find the fields you need to cl...
My team uses the revision history function a lot when editing records. Currently, that function is not available in an Interface, as far as I can tell. I hope that it can be added ASAP.
I have a workaround that embeds a link to the record in the base...
I wish that the input borders (gray boxes) were not visible in shared views, like how it was before this latest change.
Shared views looked much better without the input borders, and the input borders serve no purpose as the user cannot edit the fiel...
Alec1:
The main thing for me is the off-center fields, I can see this working for most types, but for long text, where you have multiple lines of text, you end up with a massive empty space on the left, and it being aligned to the right like tha...
The instructions above state “You should set the record ID of the triggering record as an input variable.”
How exactly is this done?
@Omer_Frydman script is designed to run as a Run script action inside an automation.
When you’re configuring the sc...
Can you share the script that you use to do this? This would be immensely useful to my client.
Here is a script that can sort linked records in reverse chronological order automatically, using a record date field that you specify. (E.g. the creatio...
OR(FIND("SFR", ARRAYJOIN({which_network})), FIND("Orange", ARRAYJOIN({which_network})))
This will return 1 if either of the two terms appear in the multi-select field, and otherwise returns 0. This will let you duplicate the “has none of” behavior.
T...