You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a script that worked fine a few days ago but gives a new error. I've made the dumb mistake of deleting modules by deleting their files instead of using uninstall-module or remove-module so I'm worried I messed up a module somewhere else in the process. Any advice appreciated!
Works:
get-pnpflow -Environment Default-g847-56rg874re6-568reg74r6
Does not work:
get-pnpflow -Environment Default-g847-56rg874re6-568reg74r6 -asadmin
I get this error if I try to do any other environment too.
Error:
get-pnpflow : A task was canceled.
At line:1 char:1
+ get-pnpflow -Environment Default-g847-56rg874re6-568reg74r6 ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-PnPFlow], TaskCanceledException
+ FullyQualifiedErrorId : System.Threading.Tasks.TaskCanceledException,PnP.PowerShell.Commands.PowerPlatform.PowerAutomate.GetFlow
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a script that worked fine a few days ago but gives a new error. I've made the dumb mistake of deleting modules by deleting their files instead of using
uninstall-module
orremove-module
so I'm worried I messed up a module somewhere else in the process. Any advice appreciated!Works:
get-pnpflow -Environment Default-g847-56rg874re6-568reg74r6
Does not work:
Error:
Beta Was this translation helpful? Give feedback.
All reactions