Hello, I'm in need of a script to circumvent the 100 found records limit.Here is my use case:I have a database of 2k records updated on a weekly basis.The user can setup and save complex filters (what I call alerts) to get a weekly email with new rec...
Hello,
I’m looking to remove double line breaks in a rich text field (empty lines in the text).
The substitute formula will make me lose the formatting.
I tried the find and replace script to no avail.
Could someone please help me ?
Thanks a lot
Hello,
@Joris_Grouillet made me this script to search for {tag} and replace by the tag column.
Am in urgent need of some changes but don’t want to be too much of a burden so I ask here.
Could someone please help me modify the script so that:
It repl...
Hello everyone,
I have a base with 12 tables and a few plain text and rich text fields in each.
I’m looking for a way to find and replace the name of my company everywhere (any table, any field).
The marketplace script only lets me choose one field i...
Hello everyone, :wave:
I’m having some odd behaviour I can’t figure out.
I have a formula rolling up invoices linked to a case.
IF(Statut = "Clos et facturé",MAX(values),"Dossier ouvert")
It does not work.
The cell shows up empty when it should sh...
No no The alert is like a watchlist.User goes to their profile and can open his watchlists.He receives an email every week with the latest additions as a bulleted list (usually 1 to 10).I would like the watchlist to be complete even if his criteria ...
Thank you so much for your help!
Here is an improved version solving 1 and 2:
(async ({ record_id }) => {
async function getClientById(recordId, clientsTable){
const queryResult = await clientsTable.selectRecordsAsync({
fi...