Update an existing value in Data table using Write to Data Store Entity smart service
Hi everyone, apologise if this question has been asked before as I couldn't find the it anywhere :)
I want to update date time value of 2 columns (createdDateTime and updatedDateTime) in my data table by using Write To Data Store Entity. I already have a CDT that has primary key matching with my data table.
For configuring Write to Data Store smart service node, I want to config this node to update the 2 columns (createdDateTime = pv!createdDateTime and updatedDateTime = pv!updatedDateTime) where Id (primary key column) = pv!id.
How do I achieve that? Thank you!
P/s: I tried Execute Store Procedure smart service but not sure why it updated only 1 column with my input date time, but the other column was not updated, and I couldn't find the reason for that. That's why I tried to change to Write To Data Store Entity to see if this works
