Hi all
I'm kind of new to notion.
I have a database table where I download websites from Notion clipper. I would like one column (Date Entered) to have the date and time when the download from the clipper occurred. I tried putting formula: now() in there, but all that does is gives me the date and time of now, every time I open the page with the table and enters it into every record in the database.
I tried setting up another column (calculatedEntryDateTime) and placing this formula into it:
if(prop("Date Entered")=='', prop("Date Entered")=now())
but I get this error:
Invalid left hand side of assignment operator = (char 50)
character 50 refers to the assignment (=) operator.
Any help would be greatly appreciated