by Kyle | Dec 4, 2022 | Uncategorized
Power Automate – Get Items – Filter if text Contains Power Automate – Get Items – Filter if text Contains Using the Get Items step on a SharePoint list in Power Automate. Here we show how you can filter on a value that “contains”...
by Kyle | Nov 27, 2022 | Uncategorized
PowerApps RemoveIf – Delete Records in a SharePoint list IF Title equals Using the RemoveIf function we delete multiple records in a SharePoint list with a specific title from clicking a button in PowerApps. Command Used: RemoveIf(‘Remove Row’, Title...
by Kyle | Nov 13, 2022 | Uncategorized
PowerApps Portals – Page to show for Authenticated Users Only Lock a portals page for users who are signed in. The page will be hidden for unauthenticated users. You can watch the full video...
by Kyle | Nov 4, 2022 | Uncategorized
Build your first PowerApp – Very Basic Feedback Form and submit data to a SharePoint List Build your first PowerApp – Very Basic Feedback Form and submit data to a SharePoint List Commands used in video: SubmitForm(Form1); ResetForm(Form1); NewForm(Form1)...
by Kyle | Oct 30, 2022 | Uncategorized
PowerApps – Create Collection from SharePoint List PowerApps – Create Collection from SharePoint List Command used: Collect(collectionAllSPListItems, ‘SharePoint List to Collection’) Microsoft Documentation:...
by Kyle | Oct 23, 2022 | Uncategorized
Filter SharePoint Listview by Today / Current Day Filter SharePoint Listview by Today / Current Day Snippet Used: [Today] You can watch the full video...
by Kyle | Oct 16, 2022 | Uncategorized
Power Automate – Change the creator/owner of a flow Power Automate – Change the creator/owner of a flow You can watch the full video...
by Kyle | Oct 9, 2022 | Uncategorized
Power Automate – Get Count of all files and sub files in a SharePoint Document Library Power Automate – Get Count of all files and sub files in a SharePoint Document Library Expression Used:...
by Kyle | Oct 2, 2022 | Uncategorized
Code used: <iframe src=”” width=”100%” height=”100%”></iframe> You can watch the full video...
by Kyle | Sep 25, 2022 | Uncategorized
PowerApps Gallery – Highlight Selected Row Snippet Used: If(ThisItem.IsSelected, RGBA(210,211,214,100), RGBA(0, 0, 0, 0)) You can watch the full video...