I have a context variable that contains a table. I want to update a record in that table with either Patch() or UpdateIf(). I keep getting an error that the first parameter to Patch() or UpdateIf() needs to be a collection. It is a collection. Do these functions have issues with Tables that are in a Context Variable? Does the variable need to be actual collection? Why can't it be a Table, I should be able to update a table!
This is frustrating, I HATE using variables with Global context when they are not needed. Is there a way to do this?
Thank you.