Tips & Tricks Hub

Welcome to my tips & tricks collection!
Here you’ll find quick, actionable one-liners and code snippets from my daily work across Power Apps (Canvas & Model-Driven), Power Automate, Copilot Studio, SharePoint, and Azure integrations.
I will be updating this page regularly, so bookmark it and check back often!

What needs to be done?How it can be done?Category
Converting Date to Text in Copilot AgentPlainText(Topic.VariableName)Copilot
Run multiple actions at the same time in canvas appConcurrent(<action1>,<action2>,..,<actionN>)Canvas App
Fetch information about the current userUser()
eg: User().Email, User().FullName
Canvas App
Update a Lookup column in Power Automate/<table set name>(GUID of the record to lookup)
eg: /blog_employees(e4f50c60-4d42-11ec-81d3-0242ac130003)
Power Automate
Convert Power Automate Flow to Visio DiagramFlow Visio Builder through XRM ToolboxPower Automate
Create technical documentation for Power Apps and Power Automate FlowsPowerDocuPower Automate & Power Automate Flows