Dataverse How to see created date of a Dataverse Table

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...

Power Automate Get last month/ Previous month

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...

Power Automate Add 2 numbers together add function

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...