Hello everyone, sorry for the hour , I’m going to leave this question here in case someone can help me.
Something very strange is happening to me.
In my workflow, I was having a problem. When creating a new record in my database, I was trying to save a date.
What happens is that in the workflow I can see that everything is running fine and the date matches what I want to save.
But, then in the database, the record does not match.
You can see in the images that the workflow indicates the following dates:
Deal of the day: Jul 1, 2021 1:00 am
Text: Jul 1, 2021 1:00.
Basically I am storing the same value only in two different properties, the first is stored in date format and the second in text format.
In the other image you can see how the record does not match the workflow.
“Deal of the day” matches, but in the “text” property the record does not match what the workflow indicates, it saves a different date and time.
I can’t find out why this happens.
Technically, if I am using the same source for the date and in one it is stored correctly, in the other it should be stored the same.
In the workflow you can see that the date is not altered, a new record is simply created without any change.
Even if I try to save the current system date the same error occurs.
In one property it is stored correctly and in the other it changes the time.
Anyone have any ideas or something similar happened?