web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Automate
Answered

Special Charachter

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

hi , trying to escape '%' character , as iam trying to use the below Powershell script in my flow , any idea ? 

taskkill /F /IM "chrome.exe"
Start-Sleep -Seconds 5
$Items = @('Archived History',
'Cache\*',
'Cookies',
'History',
'Login Data',
'Top Sites',
'Visited Links',
'Web Data')
$Folder = "$($env:LOCALAPPDATA)\Google\Chrome\User Data\Default"
$Items | % {
if (Test-Path "$Folder\$_") {
Remove-Item "$Folder\$_"
}
}

  • Verified answer
    Waylold Profile Picture
    106 on at

    Hi @Anonymous ,

    You will need to double-up on those percentage signs to tell PAD that it's not a variable. 

     

    So, 

    taskkill /F /IM "chrome.exe"
    Start-Sleep -Seconds 5
    $Items = @('Archived History',
    'Cache\*',
    'Cookies',
    'History',
    'Login Data',
    'Top Sites',
    'Visited Links',
    'Web Data')
    $Folder = "$($env:LOCALAPPDATA)\Google\Chrome\User Data\Default"
    $Items | %% {
    if (Test-Path "$Folder\$_") {
    Remove-Item "$Folder\$_"
    }
    }
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    thanks a milion , you are briliant 😘

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 227 Super User 2026 Season 2

#2
11manish Profile Picture

11manish 221 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 132

Last 30 days Overall leaderboard