Hi all,
Hope all's well. I'm working on a power app at the moment where I'm patching some data from and to a SQL table, the problem I'm having is that the patch throws back an error saying that the data type is wrong.
I've tried changing the data type directly within the patch by using Value() and DateValue(), but that didn't seem to work. I also tried changing the datatype and associating it with local local variables, which I then used in the patch, but that didn't seem to work either.
Ie. Patch(Source, {Date: DateValue(SourceDate), Number: Value(SourceValue)})
Any idea's as to what might be wrong?
All the best!
Rhys.