Forum Discussion
Harold Harris
Jul 08, 2022Copper Contributor
Will not output date field in a loop
I am importing a csv file with one of the fields being a date in this format 1/21/2022 5:41:57 PM. If I then try to output that date it appears blank when running in a ForEach, if I output it individ...
LainRobertson
Jul 09, 2022Silver Contributor
Hey, Harold.
You'll need to post some example code for us to be able to help you.
We don't need real data if that's an issue for you, but no code = us wildly guessing.
The only thing we can say for certain based on the error you've provided is that you are trying to convert an empty string to a date, which is not possible - meaning the error is valid.
Cheers,
Lain