In my External Object Type Data Source Application, the data source is entities received from API response. Some of the source column of entities are of Date datatype and some of the entries contain null/empty value. And that creates issue when I try set target property for that source column. It doesn't let me set target property definition of Date type.
The error shows that-
the data type of the specified property definition is incorrect. Allowed data types: Text,Text (multi-line),Choose from list,Choose from list (multi-select),Boolean,Number (integer, 32-bit).
How to solve this issue?