I'm fairly new to using dataverses. I want to fill a new column with a date and a text from two other columns in the same row. I created a new column for this with type fx.
When I enter something like:
Text(DateColumn; "dd/mm/yyyy") & TextColumn
Then the syntax is ok, but the error message follows:
This argument cannot be passed as DateTime type in formula columns.
How do I solve that?