Tag: Power Apps

  • Create People Picker in Power Apps Using Combo Box

    SharePoint has a limited amount of lookup columns (including people columns) that can exist within a list; as a result of therestriction, the number of people pickers that can exist within a Power Appis finite. This solution demonstrates a simple workaround for this limitationby utilizing combo boxes and the Office 365 Users connector. Additionally, it…

  • Joining Power Apps Collections Using Filter Function

    This method will take two separate collections and return one collection with a new column of joined content; utilizing the filter function returns a nested table with all of the content associated with a particular record. Step Action 1 Insert a button. 2 Create two collections for each list using ClearCollect. 3 Click the button…

  • Restrict SharePoint Access with Custom Permissions

    Typically, restricting SharePoint list permissions on the back-end prevents users of Power Apps applications from accessing the data and making edits. This custom permissions tutorial will demonstrate two methods for securing a SharePoint back-end without impacting Power Apps functionality. Required: SharePoint site owner permissions The first custom permission level allows end users to make edits…