top of page
Profile
Join date: Nov 10, 2018
Posts (65)
Jan 21, 2026 ∙ 1 min
A really useful expression in Power Automate!
https://make.powerautomate.com/environments/@{workflow().tags.environmentName}/flows/@{workflow().name}/runs/@{workflow().run.name} Huh?! What does this do? Well it's surprisingly useful in the Flow World - I like to log all my Flow runs, so I know what's happening - really useful if you want to log what flows are doing what updates etc. The above code generates a URL which pulls in the Environment ID, Flow ID and Run ID - and allows you to go STRAIGHT to the Run Log for that Flow. Really...
3
0
Jan 19, 2026 ∙ 1 min
Setting up the Intapp ICP Platform API Connector for use within Microsoft Power Automate - fun!
In this short video, Tony shows you how to set up a Power Automate Connector for use within Power Automate, allowing you to make API method calls onto the Intapp Collaboration Platform (ICP) API.
12
0
1
Oct 28, 2025 ∙ 1 min
Hiding SharePoint Navigation Links when viewing a page
Sometimes in SharePoint you might want to share a link to a Page, but hide all the Navigation fluff at the top ... you know ... these bits at the top and side shown in yellow below: Why? Maybe you want to embed the page in an App, or use it for display on a company Screen, or maybe you want to avoid users clicking links they shouldn't ... ! Good news is it's pretty straightfoward ... all you need to do is append ?env=WebView to the end of the page URL, e.g., https://mytenant.sharepoint.com/...
25
0
1
Tony Ogilvie
Admin
More actions
bottom of page