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 Agent | PlainText(Topic.VariableName) | Copilot |
| Run multiple actions at the same time in canvas app | Concurrent(<action1>,<action2>,..,<actionN>) | Canvas App |
| Fetch information about the current user | User() | Canvas App |
| Update a Lookup column in Power Automate | /<table set name>(GUID of the record to lookup) | Power Automate |
| Convert Power Automate Flow to Visio Diagram | Flow Visio Builder through XRM Toolbox | Power Automate |
| Create technical documentation for Power Apps and Power Automate Flows | PowerDocu | Power Automate & Power Automate Flows |
