Get the difference between two dates EASY
We have all been there, we need to check the difference between 2 dates, and if you ever had to implement this you would need to use some craz...
We have all been there, we need to check the difference between 2 dates, and if you ever had to implement this you would need to use some craz...
Record (row) level security in Canvas or Model-driven apps. Using Dataverse security models.
Wouldn't it be nice if we can Test our Flows without executing some of the actions like Sending Emails, creating items in SharePoint or Datave...
Have you used RegEx in your PVA bots? Check out this post where I give patterns to the most common validations.
Uploading data from Power Apps can be scary on a security standpoint, since the user will need access to the Data Source. Lets use Child Flows...
Is your IF condition always evaluating to False? Debugging and Testing your Flows should be easy. When using a Condition in Power Automate, in...
You added a Flow in Power Virtual Agents in Teams, you now want to edit that Flow. Where is it? Come check out the answer!
Lets use Power Automate inside Power Virtual Agents to get all the users details who is interacting with the bot. We can customize our greetin...
I needed to check if an HTML table had data or not. Usually when I need to check I have two expressions I like to use: 'empty()' or 'length()'...
I encountered an issue when trying to filter a a file by filename, that was in a SharePoint document library. When needing to get a specific...