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.
Hi. I’d like to write a script where I change the formula of a formula field when a record is updated. Is this possible?
I need this because I need all my values in a column to be the same date, so I configured this field to be: DATETIME_PARSE(“01/07...
Hi, @Vivid-Squid . A script to update every single record one by one was taking too long, so I gave up this approach =/ I need all my dashboard to be updated instantly when the user changes the date. This is happening now with @ScottWorld’s suggestio...
Hi, @ScottWorld . Your suggestion really worked! I created the utility table, with just 1 record, that can be edited on the dashboard by the user, and configured an automation to fill a linked field from this table on my main table with this one reco...