by Kyle | Apr 28, 2024 | Microsoft 365
Dataverse How to see created date of a Dataverse Table This video shows how to find the created date of a Dataverse table. Hey welcome to WeTechCareOfYou! If you are a returning subscriber we wish to say thankyou! If you are new to the channel, please subscribe as we...
by Kyle | Apr 16, 2024 | Microsoft 365
Power Automate Get last month/ Previous month This video shows how to get the last month from current date. Expressions used: addToTime(utcNow(), -1, ‘month’, ‘MM/yyyy’) addToTime(utcNow(), -1, ‘month’, ‘MMM’) Hey...
by Kyle | Apr 7, 2024 | Microsoft 365
Power Automate Add 2 numbers together add function This video shows how to add 2 integers/numbers together. Code Used: add(variables(‘number1’),variables(‘number2’)) Hey welcome to WeTechCareOfYou! If you are a returning subscriber we wish to...
by Kyle | Feb 21, 2024 | Microsoft 365
SharePoint Set Global Navigation for Home site with new Viva Connections way This video shows how to change the Global Navigation to match the navigation on your Home site. Hey welcome to WeTechCareOfYou! If you are a returning subscriber we wish to say thankyou! If...
by Kyle | Feb 13, 2024 | Microsoft 365
PowerApps Invoice Generator – Save Invoice for later – App Overview This video is an overview of the save for later functionality added to our PowerApp Invoice Generator. You can purchase the app demonstrated in the video for $29.99 USD here:...
by Kyle | Jan 31, 2024 | Microsoft 365
PowerShell Import Module cannot be loaded because running scripts is disabled on this system This video shows how to fix the PowerShell issue: Import-Module : File “” cannot be loaded because running scripts is disabled on this system. For more...