Forum Discussion

SG523's avatar
SG523
Brass Contributor
4 years ago
Solved

SharePoint form footer visible if form is new

I have a SP list form with a button in the footer that launches a PowerApp. What I need is to hide this button if the form is new. Is there something in Json that can see if the form is new? I though...
  • ganeshsanap's avatar
    4 years ago

    SG523 This is a know limitation of list form JSON formatting in SharePoint.

     

    Using Created, ID, or Author in JSON code will not work as those fields are not shown on list forms. You can refer only those columns which are shown on list forms.

     

    Similar threadHow to detect Edit vs New when styling custom list forms with JSON? 


    Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.