Hi i have Data in excel column as in date Format (02-01-2023)
while i creating a folder with name of the each value in that column am getting folder creation like below ,can anyone help me why it was creating like that.
its not creating a folder of actual date (02-01-2023).instead it creating like below
Kindly enable the preserve format property in your read range activity, looks like it is retrieving with /, and we can’t create path with those characters
another option could be to make a replace method, with - and / for _
can you check the value of currentRow(2) in locals panel what exactly you are getting
if you are getting in 02/01/2023 format or 02-03-2023 format
Regards