Sorry I'm new to this. I'm trying to make a command bar button that will update (using the Patch function) a column in the record to the current date. From the videos and documentation I've found I thought this would be correct, but it is throwing an error. Invalid argument type. Expecting one of the following: ...
And putting "" around Today() like this, "Today()" gives the error that it is expecting datetime value but receiving a text value.
Putting DateValue("Today()") also doesn't work
