Hello,
I have created a flow for my excel refresh.
First i have recored and created a script.
"
Sub RefreshDatasett()
'
' RefreshDatasett Macro
'
'
ActiveWorkbook.RefreshAll
End Sub"
This is my script.
But when i run script in the power automate flow it is showing me no item.

Do you have any idea why i'm getting this error?
Thank you in advance.