
Announcements
Hi,
When a new item is created, the response is :
{
"Activit_x00e9_s": [
{
"Value": "Pilotage"
}
],
"Nom_x0020_du_x0020_Manager": [
{
"Claims": "*****, ******"
}
],
"Intitul_x00e9__x0020_du_x0020_co": {
"Id": 1,
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference"
},
"BU_x0020_Production": {
"Value": "INFEENY|e736d7b6-6bf2-4dbb-b932-85740f9df0d5",
"@odata.type": "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedTaxonomy"
}
}
{
"status": 400,
"message": "Une valeur doit être fournie pour l'élément.\r\nclientRequestId: 82a74f0e-b495-45f2-b9dc-ee87f2c2d3d7",
"source": "sharepointonlineconnectionprovider-northeurope.db3-ase-001.p.azurewebsites.net"
}
A value is required for the item clientRequestId: 82a74f0e-b495-45f2-b9dc-ee87f2c2d3d7
None of the colums of Activité List are required..
What's the point???
Thank's for your answers...
Hi @Szwr,
Could you please share a screenshot of your flow’s configuration?
Could you please show a bit more about data structure of your SharePoint list?
Further, could you please show a bit more about which action the error occurred in?
The error message told that there is a value that is required for the item, but you don’t provide the value. I have made a test on my side and don’t have the issue that you mentioned:
I suppose that you faced the error within “Create item” action, please check if you have filled proper value within fields of “Create item” action.
Best regards,
Kris