Question
ai4process
GB
Last activity: 25 Jul 2024 1:18 EDT
Setting date in data transform
i have 2 data objects, both objects have a "date of birth" property. Both properties have type "date only". When I use a Data Transform, to set 1 value = to the other, I get an error. All the other properties seem fine. Its just date that's being a problem. The full error is "
This record has 1 error(s) in 1 place(s) .
Source— Invalid expression or reference: For literal Date/Time/DateTime values, enclose the value in double quotes; for property references, prefix the expression with an equals sign
" What could be wrong, what should I try?