by Kyle | Oct 12, 2024 | Microsoft 365
PowerApps – Search box and dropdown filter for results in gallery This video shows step by step how to create a list of results with a live search filter and live filter dropdown on the data. The table populates with test customer data and you can type the...
by Kyle | Aug 10, 2024 | Microsoft 365
Power Automate – The name cannot end with a whitespace character or a full stop (.) character This video shows how to fix the issue “Flow save failed with code InvalidWorkflowTriggerName and message ‘The provided workflow run action name is not...
by Kyle | Jul 16, 2024 | Microsoft 365
SharePoint PowerShell – The term Get-PnPSubWeb is not recognized … This video shows a possible workaround when trying to run Get-PnPSubWeb and getting the error: The term ‘Get-PnPSubWeb’ is not recognized as the name of a cmdlet, function,...
by Kyle | Jun 20, 2024 | Microsoft 365
Connect PnPOnline Issue – Identity Client Runtime Library (IDCRL) did not get a response This video shows a possible workaround for the issue Identity Client Runtime Library (IDCRL) did not get a response from the Login server. Command used: Connect-PnPOnline...
by Kyle | Jun 8, 2024 | Microsoft 365
Power BI Sum not showing for x axis value This video shows a possible solution to make “Sum” available for your added filter. Hey welcome to WeTechCareOfYou! If you are a returning subscriber we wish to say thankyou! If you are new to the channel, please...
by Kyle | May 29, 2024 | Microsoft 365
Microsoft Stream Delete Stream Video This video shows how to delete a Microsoft Stream video. 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 release a new video every...
by Kyle | May 13, 2024 | Microsoft 365
PowerApps Sharing app issue, share panel does not open when clicking share This video shows a workaround to a bug that occurs in PowerApps when clicking share. This workaround shows how to open the share panel when this issue happens. Hey welcome to WeTechCareOfYou!...
by Kyle | May 5, 2024 | Microsoft 365
Powerapps – Copy/ Clone a Canvas App This video shows how to copy/ clone a powerapp You can watch the full video...
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...