I want to, at a press of a button, update all records in my table, if they have a blank "CommitedDate" field.
If the field is blank, it should get a now() inserted.
I have tried a variety of Patch() and ForAll(), with various LookUp() and Filter() on then, and not really managed.
I feel like this should be quite a simple thing but I cannot solve it.
How on earth do I do what would be a simple update statement in SQL, with a where filter that simply check if CommitedDate was null?