Hey @L4_Carriers,
A form can be created by opening the “Views” section on the left of any table, and in the very bottom left of the Views you’ll see “Create…” with “Form” as an option. By default the form will include all fields, but you can remove t...
Hi @Quazi_Rubel
This sounds like something I could help with, and I’d be happy to hop on a call to get some more details about the project. You can find more information on my site here: https://nickdennisconsulting.com/airtable/
Definitely seems possible, but I don’t think there’s quite enough info provided to say definitively.
It sounds like you would want to use Linked fields for selecting the 3 conditions. These could either be linked to 1 other table, or more likely, 3 s...
You’re probably looking for DATETIME_DIFF. Give this a try:
IF(DATETIME_DIFF({Published date}, TODAY(), "days") < 14, "first two weeks", "last two weeks")
That will check the number of days between {Published date} and Today, but it’s possible to re...
Weird, mine is a lookup field too. I know initially they didn’t support lookup fields in automations, but you could usually get around this using a Formula field exactly as you described.
I would assume it was a bug, and try workarounds as such. Dele...