How to update date and person field using web request action

  • 9 March 2018
  • 1 reply
  • 4 views

Badge +3

I need your help please. I wanted to update the datefield, but its throwing some error

 

{
"__metadata": { "type": getItemTypeForListName(listName) },
"Title": "firsdt",

"ApplicatinDate" : "{ItemProperty:ApplicationDate}"

 

}

 

i tried converting iso format and assign it, but in vein

 

{
"__metadata": { "type": getItemTypeForListName(listName) },
"Title": "firsdt",

"ApplicatinDate" : "{WorkflowVariable:ISOConvertedDate}"

 

}

 

getting below error

 

Error performing web request. <?xml version="1.0" encoding="utf-8"?><m:error xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><m:code>-1, Microsoft.SharePoint.Client.InvalidClientQueryException</m:code><m:message xml:lang="en-US">I

 

Pelase suggest to me how to save date field and person or group


1 reply

Badge +16

Is it something to do with the spelling of you "ApplicatinDate" - should it be "ApplicationDate"

Have you tried Run Now?

This blog post is awesome ‌ thanks to

Reply