Hi Community,
I'm having an email attachment which is an excel with 3 sheets as shown below
is it possible to delete 1st sheet using power automate ?
Hi @Krishna_R ,
As far as I know, theres no delete worksheet action in Power Automate.
You could use Office Script which has a delete function here. You would need to download and save the Excel to SharePoint or Onedrive first and use the Excel run script action
--------------------------------------------------------------------------
If I have answered your question, please mark my post as a solution
If you have found my response helpful, please give it a thumbs up
@eric-cheng thanks for the suggestion but using office scripts is disabled in tenant level governance. is there any other way other than this probably using api's or trigger actions ?
Hi @Krishna_R,
You can try Graph API here
--------------------------------------------------------------------------
If I have answered your question, please mark my post as a solution
If you have found my response helpful, please give it a thumbs up