Did you check if there are rows that are actually getting affected for the given query?
in the output - AffectedRecords - can you check what is the output you are getting here? is it 0 ?
in the parameter, what is the data type have you given ? can you put a message box and see what is the value you are getting in @key2 before passing it to the activity?
yes , 44 characters could be a problem if you are not using the correct data type.
can you change the data type as string and try if it is not string already?
Yes, the value I’m getting is matching with the key2 value in database. Also it’s already a string.
While passing the value in parameter, I even tried it as key2 = key2value.ToString. But still it’s not updating.
Unfortunately I can’t do that, as key2 will be generated in the process. Like key2 = value+Time and it’ll added to the table at initial stage. Later I have to update the result to the same row.
Can you provide a example value of Key2 ?
I have faced a similar issue when i had a combination of string+Time with no formatting applied to the time , lets say for example - asdfhgjkl11:30:12 , this didnt work. I formatted the key to asdfhgjk113012
Sorry for the late reply, was sick.
The Key2 - 410765720230113091442882. Interestingly, Update only working on only Key1, other than that, it’s not working on none of the columns.