Forum Discussion
Phishdawg
Aug 22, 2023Brass Contributor
Automating Power Query Steps
Once a Power Automate flow is built it can work automatically and without manual intervention. I have created a flow that is populating a SP List when a new document is placed in a folder. All wo...
SergeiBaklan
Aug 22, 2023Diamond Contributor
With Power Automate you trigger the file (new/modified) and next you may rum OfficeScript which will do all transformations within the file. Sure, first you need to create such script first.
- PhishdawgAug 22, 2023Brass ContributorWhich is different than Power Query, yes?
If yes, do you have any suggestions of video to watch / article to read on "scripts" that will assist me?- SergeiBaklanAug 22, 2023Diamond Contributor
Yes, that's totally another tool. With Power Query you may try to publish Excel file on Power BI if query is loaded both into the grid and data model. When in flow to refresh such dataset.
With OfficeScript the file shall be on OneDrive or SharePoint. And Automate tab in Excel shall be available for your subscription.
Next, you may google something for "Excel OfficeScript do that or this", lot of samples.
Finally, if you provide sample Excel file and explain what OfficeScript shall do with it, I could try to generate the script.