Power Apps Exchange

Please login or click SIGN UP FOR FREE to create your PowerAppsUG account to join this user group.
 View Only
  • 1.  Changing Permission Message (Power Pages)

    Bronze Contributor
    Posted Dec 15, 2022 07:20 PM
    How  should I go about updating the permissions message for a List when the person has not logged into a Power Page?  Currently, the default message is "There are no records to display." I would like to change the message.  The Permit Application template has a different message of "Please log in to view permit applications."

    Default:
    Permit Template:


    i was unable to find a group for Power Pages.  Is there a better place for me to ask my question?




    ------------------------------
    TButler
    ------------------------------


  • 2.  RE: Changing Permission Message (Power Pages)

    Posted Dec 16, 2022 08:37 AM
    The easiest thing to do is to create an overlay with a text box and background is set to white. In that box, put the "Please log in to view permit applications.". Then set the visibility to be true if the gallery is empty.

    If(IsEmpty('GalleryName'), true, false) <-- Where the "Gallery Name" is the name of your apps gallery.

    Hope this helps!

    ------------------------------
    Marie Castine
    Web Developer
    McDonough
    ------------------------------