Power Automate: uriPath function
So you have a URL and want to get parts of it. One way would be to use the split function or indexOf function and …
Making your life easier!
I’ll show you the best practices for the Power Platform tools. I provide them based on my experience and learning, so that doesn’t mean you can’t adjust them. I learned them from other people’s experiences also, so I don’t make the same mistakes.
Consistency is important, especially when multiple people work on the same platform. I see all the time SharePoint sites with heterogeneous naming, lists with convoluted names, and more. Having consistency enables you to know always what something means. It also helps when someone comes aboard where you can point to the rules and know what to do.
Regardless of the platform, I strongly recommend that you don’t want to adopt mine, at least have them written down on your side. Even if you work alone, create your best practices and reference material. It will make you think, and sometimes you’ll see where some things could be improved.
So you have a URL and want to get parts of it. One way would be to use the split function or indexOf function and …
It’s pretty impossible to track manually when a file is created in a folder or list of folders. Even if you have a good strategy, …
Dealing with dates and times is hard, especially considering time zones, formats, and regional settings. So having functions that do this for us is a …
It’s pretty impossible to track manually when a file is created in a folder or list of folders. Even if you have a good strategy, …
Creating files automatically is a godsend since there are a lot of actions that we can do. For example, I create a new folder per …
Dealing with dates and times is hard, especially considering time zones, formats, and regional settings. So having functions that do this for us is a …
It’s pretty impossible to track manually when a file is created in a folder or list of folders. Even if you have a good strategy, …
Deleting files is a dangerous operation but important regarding automation and keeping things under control. One example is temporary files. You may need a file …
Dealing with dates and times is hard, especially considering time zones, formats, and regional settings. So having functions that do this for us is a …
I ran into this issue in the Power Automate Community and found it interesting. It has all the things that automation can do for us. …