This is not a big deal follow below steps
The above issue is resolved once I modified the workflow as per the above steps. My workflow is a Site workflow and if I run the workflow manually it works fine, but If i schedule the workflow it gives an "403" error at the action "Call HTTP Web Service". I have given the Workflow App "Full Control" permissions as well.
Kindly assist.
Hi Prashanth,
i'm glad to hear ,have your problem resolved, please mark it as Helpful and correct, it would be help full for others.
for your 403 error,you may Set Scope web level,Try below Step
<AppPermissionRequests>
<AppPermissionRequest
Scope="http://sharepoint/content/sitecollection"
Right="FullControl" />
</AppPermissionRequests>
thank for ur replay.it very useful.it is wonderful solution.
Hi Ranjith,
I have updated the App permission xml to sitecollection level as mentioned above, but still I am encountering the same issue.
Am I missing any other setting on the site?
Thanks,
Hi,
Try the other action - "Web request". Using it you can provide credentials (https://help.nintex.com/en-US/O365/#o365/O365WorkFlow/WorkflowActions-INT/WebRequest.htm%3FTocPath%3DWork%2520with%2520t…), so no such issues should occur.
Regards,
Tomasz
let me know whether you are still facing the issue
Hi Ranjith,
Thanks for the steps to update managed meta data column.
But unfortunately I am not able to update the same.
I am getting below error.
An unexpected 'PrimitiveValue' node was found when reading from the JSON reader. A 'StartObject' node was expected.
Hi,
are you trying to Update a List are Library ? Pls Let me know
Regards
Ranjith
Thanks for the reply.
I am trying to update library.
Are You using Metadata columns hidden field internal name ?
for example Column name Would be " TaxonomyField_0 "
to get the metadata columns display name, follow below link
Find Guid of list column in SharePoint – Kenneth's tech site
Thanks,
Ranjith.
Yes, I tried using internal name of metadata column and also TaxonomyField_0. But didn't work.
As mentioned by you I tried to use guid of the column, but no luck.
Hi
Have you tried your workflow with the normal columns (Ex:-Title)?
Regards
Ranjith.
Yes, I am able to update Title. Thanks.