While updating a Document Library , I am facing a issue and receive below error .
"status": 400,
"message": "Invalid text value. A text field contains invalid data. Please check the value and try again. nclientRequestId: 4d830b72-1788-489d-b2eb-46dec268221a\r\nserviceRequestId: 4d830b72-1788-489d-b2eb-46dec268221a"
}
I am updating three columns of a Library - all are of "Single Line of Text".
Below are the screenshots.
Replace have : replace(body('FlowStep1')['Title'],'-','') , replace(body('FlowStep1')['column2'],'-','') , replace(body('column3')['Title'],'-','')
Hi @KBdotnet
Can you check the run history and review the information passed into the action?
From that you should be able to see the invalid data.
Example:
HTH
Jay
-------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up
Hi @KBdotnet
You can also check the length of the strings that are being passed. Single line of text columns in SharePoint have a hard limit of 255 characters only and you might see that errors due to more characters in the string as well.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
42 | |
17 | |
15 | |
14 | |
13 |
User | Count |
---|---|
75 | |
38 | |
27 | |
20 | |
18 |