Hi
I was following this post https://docs.microsoft.com/en-us/answers/questions/57483/move-file-rather-than-copy-in-azure-data-factory.html
and asked a question there too.
I need to move files in ADF and used this create a new file and delete the old file approach. I don't need to read the file so thought copying like this be fine.
The only problem with this approach I am seeing is that I am losing the timestamp of the file because of creating a new file and deleting it.
Is there no way in ADF that we can move the original file without reading it and thus able to maintain the timestamp of the file? This is the last step in my pipeline and I really don't want to take this step to logic app. Unless there is a way for me to call the logic app within ADF?
Thanks


