About the behavior of sharepoint list Verification settings

masaaki namba 0 Reputation points
2023-09-06T02:46:32.3033333+00:00

【Question】

Hello all,

I have a question about lists of sharepoint.

I made a input form in lists of sharepoint.

I confirmed that when I enter a form and save it, the behavior occurs as if items are randomly selected for a certain period of time.

I send the movie.Could you check my movie?

Is there any way to avoid this? If there is, I would appreciate your cooperation.

【Condition】

・Change the main text of the layout structure,

・Add formulas and error messages in Verification settings.

・Enter the content that will be an error in the verification settings in the form.

Below are the details of the settings.

(Verification settings)

・Formula : =EndTime>StartTime

・User Message : The confirmation time period is incorrect.

(Configure layout - Apply formatting to Body - Formatting code)

{ 

"sections": [ 
{ 

    "displayname": "Confirmation Time", 

    "fields": [ 

        "Title", 

        "StartTime", 

        "EndTime" 

    ] 

}, 

{ 

    "displayname": "Input1", 

    "fields": [ 

        "Item1", 

        "Item2", 

        "Item3" 

    ] 

}, 

{ 

    "displayname": "Input2", 

    "fields": [ 

        "Item4", 

        "Item5" 

    ] 

}, 

{ 

    "displayname": "Others", 

    "fields": [ 

        "Item6", 

        "Item7" 

    ] 

   }
 ] 

}  

【Environment】

Windows 10 Enterprise(64bit)、ver.:21H2

Animation_en

Microsoft 365 and Office Install, redeem, activate For business Windows
Microsoft 365 and Office SharePoint Development
Microsoft 365 and Office SharePoint For business Windows
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Emily Du-MSFT 51,836 Reputation points Microsoft External Staff
    2023-09-06T09:04:34.9333333+00:00

    Have you added other JSON codes in this list? Whether you use Power Apps to customize the list?

    Try to create a brand-new list, then add Body JSON codes and list validation, check this issue whether occurs.

    Clear the browser cache or go to other browsers to check this issue whether occurs.

    Here is my test result:

    1


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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.