Apr 29 2019 06:26 AM - edited Apr 29 2019 06:28 AM
I have a simple approval flow connected to a SharePoint list that is triggered when a new item is created. The issue is that when a user clicks "Reject" and leaves a comment, when submitted, the Comment shows as "value" in the email and when forwarded to the requester the field shows as blank. I've attached screenshots.
Any assistance is greatly appreciated, thank you.
Apr 30 2019 01:15 AM
Apr 30 2019 05:24 AM
@Rob Ellis the Comment field is actually missing from the flow run history which is quite strange. Please see run history data below and :
Responses:
Apr 30 2019 05:54 AM - edited Apr 30 2019 01:44 PM
so I just tested, and I see the following body:
{
"outcome": "Approve",
"responses": [
{
"responder": {
"id": "a2028330-e403-45fb-b7e3-ad12fb648f3f",
"displayName": "Rob Ellis",
"email": "rob@domain.com",
"tenantId": "31081e59-b347-4424-a235-8a5584046bb1",
"userPrincipalName": "rob@domain.com"
},
"requestDate": "2019-04-30T12:41:22Z",
"responseDate": "2019-04-30T12:42:37Z",
"approverResponse": "Approve",
"comments": "comment is here"
}
],
"responseSummary": "Approver: Rob Ellis, rob@domain.com\r\nResponse: Approve\r\nRequest Date: Tuesday, April 30, 2019 12:41:22 PM\r\nResponse Date: Tuesday, April 30, 2019 12:42:37 PM",
"completionDate": "2019-04-30T12:42:38Z",
"name": "caa9a04e-f1b1-4b25-aa51-d8846c7e397e",
"title": "test approval title",
"requestDate": "2019-04-30T12:41:21Z"
}
May 02 2019 08:16 AM
May 05 2019 04:55 PM
I use approvals and don't get the same issue. Are you able to show what your Approvals flow looks like? May be able to diagnose the problem if I can see it.
Cheers & best wishes
Damien