This is what I have tried: "http://nwatagalog.xyz/maps/"&pinColor&"/“number_”&sort&".png"
I’m getting this error:: “Sorry, there was a problem saving this column. Invalid formula. Please check your formula text.”
I like that I can see what changes have been made in a records.
However, I lost a ton of rows and I don’t know why. There should be a way to see what has been deleted and by whom (or what, in the case of deletions by way of api).
This link might help you: https://support.airtable.com/hc/en-us/articles/203255215-Formula-Field-Reference#date_and_time_functions
Have a look at the function named DATETIME_FORMAT
I’m not an expert either. So here is my attempt at an explanation.
I’ve created html forms that submit to php pages on my server and those pages do curl requests. You could make one of those curl requests POST a new case and the date would be automat...