Patch(
User(),
{
Title: txtProjectName.Text
}
)
So this doesn't seem to work too well, and I can't find a workoaround where the User().FullName = 'Users FullName' to dynamically have the individual update only their designated list.
The Sharepoint connection is set up and it corresponds to the User().FullName
Any tips?
Thanks in advnace