by Kyle | Feb 19, 2023 | Microsoft 365
PowerApps – How to Clear or Empty a Collection 👉 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 week. If you have any questions around our...
by Kyle | Feb 12, 2023 | Microsoft 365
Microsoft Teams Birthday App 2/2 – addon to automatically copy birthdays to next year 👉 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 | Feb 5, 2023 | Uncategorized
PowerApps – Populate Combobox and Dropdown with specified SharePoint field Populate Combobox and Dropdown with specified SharePoint field Link to video to connect to datasource: You can watch the full video...
by Kyle | Jan 29, 2023 | Uncategorized
PowerApps – Patch attachment to SharePoint list PowerApps – Patch attachment to SharePoint list Connect to SharePoint as a datasource: https://www.youtube.com/watchv=IFJJEqy_xFg&ab_channel=WeTechCareOfYou Code used in video: Patch( ‘test...
by Kyle | Jan 21, 2023 | Uncategorized
Microsoft Teams Birthday App with automated reminders for upcoming Birthdays This tutorial shows to how to create a Birthday App using Microsoft Teams, SharePoint and Power Automate. The app will post a message into the Team 7 days befre a birthday is coming up and...
by Kyle | Jan 9, 2023 | Uncategorized
PowerApps – Connect to a SharePoint list as a Datasource PowerApps – Connect to a SharePoint list as a Datasource You can watch the full video here:...
by Kyle | Jan 2, 2023 | Uncategorized
PowerApps – Concatenate Values in an array/collection into one string displayed on label Microsoft Documentation: https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-concatenate Code Used: Concat(ThisCollection, Value &...
by Kyle | Dec 27, 2022 | Uncategorized
PowerApps – Patch to APPEND/ADD data to SharePoint record without replacing dataeplacing) This video will patch text to append/add to a description fields data. Code Used: Patch(‘Patch Append’, LookUp(‘Patch Append’,ID = 1), {Description:...
by Kyle | Dec 18, 2022 | Uncategorized
PowerApps RemoveIf – Delete ALL Records in a SharePoint list from PowerApps button click PowerApps RemoveIf – Delete ALL Records in a SharePoint list from PowerApps button click Command Used: RemoveIf(‘Datasource’, true) Microsoft...
by Kyle | Dec 11, 2022 | Uncategorized
Trim String in Power Automate Flow In this video we will take a string of 12345678910111213141516 and trim it to output 12345. Code used: if(greater(length(variables(‘Large Var’)),5), take(variables(‘Large Var’),5), variables(‘Large...