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
Hi,I am able to gather info on various flows(power automate) associated with a list when authenticating Interactive, but If I try the same command with a certificate authentication, I am getting an error. Below is sample of my code where I am getting error. Is this a permissions issue?
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.
-
Hi,I am able to gather info on various flows(power automate) associated with a list when authenticating Interactive, but If I try the same command with a certificate authentication, I am getting an error. Below is sample of my code where I am getting error. Is this a permissions issue?
$ctx = Get-PnPContext $lists = Get-PnPList
$nestedpowerautomatehash = @{}
foreach($list in $lists){
$flowInstances = $list.SyncFlowInstances($null)
$ctx.Load($flowInstances)
Invoke-PnPQuery
Beta Was this translation helpful? Give feedback.
All reactions