I need to evaluate whether or not an attachment field is blank with an IF statement. Variations of double quotes and the BLANK() function don't do the trick. Any ideas?
I have an automation set up to send personalized emails to a set of records with a When a record matches conditions trigger. One of the conditions is that the value in the Email Date field is today. This automation has run reliably in the past, but n...
Is it possible to calculate future dates based on the nth occurrence of a day of the week in a given month? For example, I would like to return the dates the 1st Monday in April falls in 2023, 2024, etc.
There doesn’t seem to be a way to create a new record with Interface Designer other than the button attached to the record picker. This is too bad because the record list is an elegant navigation element, but it’s redundant if you add a record picker...
Is the icon you want to use already available in your Slack workspace? If not, you will have to upload it first in the admin section. It should be accessible at: yourslackurl/customize/emoji.Otherwise the proper syntax for naming Slack icons is :emoj...
Limi,Take a look at the Date & Time functions in the Formula Field Reference.I believe your solution will look something like this: DATETIME_FORMAT({Date Field},'MMMM YYYY')
Yeah. As always, I tried a search before posting with no luck. I stopped after reviewing 15 of 700+ screens before giving up. Sigh…Can you give me a hint about your approach to the problem? I can't quite wrap my head around it.