Hello guys,
I currently get the error message when I call a table with Run that two fields must have the same data type.
Field: Approved On <- Approved on
Table: Table A <- Table B
Type: DateTime <- Date
Now I was thinking about just changing the datatype Date to DateTime, but I am afraid that this could lead to a loss of data. Is this the case?
What is the best way to correct this error?
Thank you!