How can i chnage label of " new item " in sharepoint online

Mohammad Qasim 576 Reputation points
2021-05-21T08:07:05.07+00:00

Greetings,

How can i chnage label of while adding new item on custom list in Sharepoint online

Note: its modern site.
attached image is for reference

98474-chnagelabelnewitem.png

Thank

SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,619 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Echo Du_MSFT 17,181 Reputation points
    2021-05-24T03:03:09.327+00:00

    Hello @Mohammad Qasim ,

    You can use Power Apps to achieve your design.

    Please follwoing steps:

    1.Go to the list and click on Intergrate >> Power Apps >> Customize forms

    98962-1.png

    2.Navigation to Power Apps page, select the Screen from the left panel.

    3.Select SharePointForm1 and pull down the entire page. and set Default mode is New

    98890-pull-down.gif

    98919-7.jpg

    4.Go to the "Insert" bar >>Icons >> Rectangle

    98971-2.png

    5.On the Insert bar, select Text >> Label. You can customize the content and font style, size, etc.

    98920-3.png

    6.Select the SharePointIntegration from the left panel. In the Right panel select the “Advanced”. I have added the rule on “OnNew”:

    Set(SharePointFormMode,"CreateForm");NewForm(SharePointForm1);Navigate(FormScreen1,ScreenTransition.None)  
    

    98972-5.png

    7.On the File tab >> Save >> Publish to SharePoint

    98981-6.png

    8.Go to the list, click New button. Wait a few minutes, you will see the following screen

    98973-newitem.png

    For more information, please see this post "Customize SharePoint List form using PowerApps"

    Thanks,
    Echo Du

    ====================

    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.