Date to String format

Hi,
why do we nedd to convert System Date to String format.
thanks

if we want to compare with both excel by using date column then we need to convert this column to string format for compare in conditional statements.

This is my inputs to your query…

Can you elabroated for what purpose you are going to do this convert things.

Hi
Not always like It’s based on the scenarios buddy
Like if we want to write that DateTime value to a field through TYPE INTO activity we need to convert that to a string variable because the TYPE INTO activity takes only string input

But if we want to compare today date with some other date we won’t change the DateTime variable to string at that time

So it’s purely based on the activity been used
Cheers @saritha