How to convert file info from " wait download activity"

How to convert “Downloaded file” from " wait download activity" to datable format?

image

What’s the file type of the downloaded file?

it’s xlsx file

Output_PowerBI.FullName will give you the path and filename as a string, which you can use in your Excel activities to read the file.

The datatype of Output_PowerBI is FileInfo, which has many useful properties.

thanks! but how to put this in Write Range?

Hello @Nightowl_music
try this

Output_PoserBl.tostring

Best try to print it using a message box and pass it in the write range.
You can get the file name with the path location.

refer to this XAML file, you may get some idea
WaitDownload_Forum.xaml (10.4 KB)

is not working

Its Working for me, Kindly share the screenshot of your flow or error messages

yes I have this to, but when you use " read range" save output as data table. I cannot use the write range

Do you need to provide the same path to write data in the Write range?

yes exactly

Share the Screenshot of the error message.

You don’t put it in Write Range. You put it in Use Excel as the path and filename of the Excel file to open.

the case is , I need to write the excel file to another excel file.

So you put Output_PowerBI.FullName into your Use Excel as the path/filename of the Excel file, read the data into a datatable with Read Range, and then use that datatable to write to whatever you want.

don’t know how to do it.