My task is to copy data from browser into excel. But the problem is, automate read wrong format for date. It read as MM-DD-YYY, while in my country it should be DD-MM-YYY.
this is an example data i should copy from browser
this is result after copy. In excel it become general instead of Date.
this my flow.
Thanks for your support.
How do you extract the data from web? You should be able to extract the date as text and convert it afterwards.