Hi,
i am building a flow that would be triggered from PowerApps button, to run a SQL query and then save the output in csv file (check screenshot) 
the problem is my SQL table contains columns with Arabic letter data, and when it is saved as csv it is scrambled!
the output saved file
but when i change the flow to save the sql query output as *txt file, here the Arabic letters are fine and intact.
so is there a way to directly let it save unicode csv file?
Note: my column type in SQL is (nvarchar)
thanks,
Mohammad