Hello!
When I try to use partial update for object I expect that value under Path in object will be changed.
But as a result I got new key+value pair added to this object instead.
Is this expected behaviour or bug?
example:
my original fetched object, there is “Action” and value Wear
I update this object with my workflow
partial update: I set Path to my parameter Action
And I add new value to replace Wear to Sell
And this what I get after executing this workflow:
Ive got new ROW where key is my old value and Value is new Value.
And I supposed partial update of object path will be: “action: Sell” not a new row.