Skip to content

Instantly share code, notes, and snippets.

View alexc-MSFT's full-sized avatar
💡
Thinking up cool ideas!

Alex Clark alexc-MSFT

💡
Thinking up cool ideas!
View GitHub Profile
{
"final_space": true,
"console_title": true,
"console_title_style": "folder",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,
<# Script to update the configuration (definition) of a Power Automate Flow
# This is an EXAMPLE script and assumes you have a flow with the two placeholder values - amend the parameters and config accordingly #>
<#
.SYNOPSIS
Update the config/any hardcoded values in a Flow using placeholders
.EXAMPLE
Update-FlowConfig.ps1 -SiteURL 'https://mytenant.sharepoint.com/sites/testsite' -ListID '0d1caedb-c38d-48b0-ba4a-e0fd5218c38b' -FlowPackagePath 'C:\Users\johndoe\Documents\Flows\MyFlow\'
SiteURL : URL to the SharePoint site (assuming a SharePoint trigger)