
I am at a loss on how to fix the above error. The column 'Author' does not even exist in my Share Point List? What am I missing here?
Here is the formula that is creating the error above.
Patch(TaskCollection, ThisItem, {Location: inputloc.Text, Task: inputtask.Text, Minutes: inputmin.Text, Notes: inputnote.Text}); Collect(TaskCollection, {Location: "", Task: "", Minutes: "", Notes: ""})