An error occurs when I use the CsvTOJson action to import new and updated data from a CSV file.
Hi @Dilmi Amarasingha
The error shows The value in the JSON at [0].Id is not a valid long integer.
Structure expect long integer value and you give the text value.
Thanks