
Announcements
Hi,
How to use Excel as a Database in power automate desktop.
Hi @nikith_niki ,
Use this connection string.
Provider=Microsoft.ACE.OLEDB.12.0;Data Source=Path\MassMailerOutput.xlsx;Extended Properties="Excel 12.0;HDR=Yes";
Path: C:\powerautomate\
SELECT * FROM [Config$]
Regards
Ahammad Riyaz
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.