I’m looping this output codes into browser field using typeinto activity, bot is throwing error this is not a date and time format.
Can anyone help me how to solve this.
Hi @NIVED_NAMBIAR I’m splitting those dates first based on (&) I’m writing in excel. After that I’m looping those into my browser and again I’m converting those dates
While reading the excel file (after splitting the data and writing to excel) using read range tick preserve format option in read range to preserve the format of date
@NIVED_NAMBIAR 18-05-2020 & 02-15-2020 this is my input , and I’m splitting that into 2 dates based on (&) and my output is 1) 18-05-202 and 2) 2/15/2020 I’m writing this in a excel in two different cells (A1 ,A2). after that I’m looping this into browser form .when I’m looping it is throwing error this is not a correct date format