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