cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
kristinamariz
Helper II
Helper II

Action 'Apply_to_each' failed

Hi,

 

I'd be needing your expertise regarding my concern.

 

I have a flow based from this link. When I run the flow, I'm getting this error on the 'Apply to each' action:

The execution of template action 'Apply_to_each' failed: the result of the evaluation of 'foreach' expression '@body('Parse_JSON')?['value']' is of type 'Null'. The result must be a valid array.

error4.PNG

Kindly advise. Thanks!

 

1 ACCEPTED SOLUTION

Accepted Solutions

Hello @kristinamariz 

After the parse JSON action you could do something like this:

parseJson.png

1) For each "result" item: 

outputs('Parse_JSON')?['d']?['results']

2) Get the comments value:

items('apply_to_each')?['comments']

 

Hope it helps!

Ferran 

Did I answer your question? Please consider to mark my post as a solution to help others.
Proud to be a Flownaut!

View solution in original post

25 REPLIES 25
fchopo
Super User
Super User

Hello @kristinamariz 

It seems you are trying to evaluate an empty array (NULL). Could you display the output values of the "Send HTTP Request..." and "Parse JSON" actions?

Regards,

Ferran

Did I answer your question? Please consider to mark my post as a solution to help others.
Proud to be a Flownaut!

Hi @fchopo, there are value that are null because the user didn't input the details but on the Parse, I have this:

 

{
    "type": "object",
    "properties": {
        "value": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "Comment": {
                        "type": [
                            "string",
                            "null"
                        ]
                    }
                },
                "required": [
                    "Comment"
                ]
            }
        }
    }
}

 

 

I added "type": ["string","null"]. Here's a bit of the result of Parse JSON:

 

 

{
  "d": {
    "results": [
      {
        "__metadata": {
          "id": "***_api/SP.ListItemVersionddbe5dbf-65a4-4639-8853-ba8f4ad303c3",
          "uri": "***_api/SP.ListItemVersionddbe5dbf-65a4-4639-8853-ba8f4ad303c3",
          "type": "SP.ListItemVersion"
        },
        "CreatedBy": {
          "__deferred": {
            "uri": "***_api/SP.ListItemVersionddbe5dbf-65a4-4639-8853-ba8f4ad303c3/CreatedBy"
          }
        },
        "Fields": {
          "__deferred": {
            "uri": "***_api/SP.ListItemVersionddbe5dbf-65a4-4639-8853-ba8f4ad303c3/Fields"
          }
        },
        "FileVersion": {
          "__deferred": {
            "uri": "***_api/SP.ListItemVersionddbe5dbf-65a4-4639-8853-ba8f4ad303c3/FileVersion"
          }
        },
        "Created": "2020-08-04T11:44:07",
        "IsCurrentVersion": true,
        "VersionId": 4096,
        "VersionLabel": "8.0",
        "ContentTypeId": {
          "__metadata": {
            "type": "SP.ContentTypeId"
          },
          "StringValue": "0x0100EC80A015AF11544CBF624F41C03D4C42"
        },
        "Title": "ITC",
        "OData__x005f_ModerationComments": null,
        "File_x005f_x0020_x005f_Type": null,
        "ComplianceAssetId": null,
        "IncrementNumber": 11,
        "Requester": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "IssueNo": "Legal-0011",
        "DateRequested": "2020-07-23T16:00:00Z",
        "RequestType": "Contract Review",
        "Entity": null,
        "OtherEntity": null,
        "CounterpartyType": "Variation",
        "CounterpartyName": "Eastern Telecom",
        "CounterpartyContactName": "Knicka Somera",
        "CounterpartyContactNum": "09288377655",
        "CounterpartyContactEmail": "knicka@eastern.com",
        "CounterpartyContactLegal": null,
        "CounterpartyContactedB4": "Don't Know",
        "CounterpartyContactedYES": null,
        "CounterpartyChecks": "Don't know",
        "CounterpartyChecksYES": null,
        "ContractCommencement": "Annual",
        "ContractExpiry": "2021-07-23T16:00:00Z",
        "ContractDescription": "ISP for Tenant",
        "ContractGUSRole": "NA",
        "ContractCounterpartyOb": "Coordination",
        "ContractTotalValue": "188284673",
        "ContractCurrency": "PHP",
        "ContractAgreedPay": null,
        "ContractAttachment": "0",
        "ContractServiceCredit": "No",
        "ContractServiceCreditYES": null,
        "ContractGUSTerm": null,
        "ContractCounterpartTerm": null,
        "ContractAccessConfi": "No",
        "ContractAccessConfiYES": null,
        "ContractPartyPersonalAttach": "0",
        "ContractMemorandumAttach": "0",
        "ContractOtherParties": "No",
        "ContractOtherPartiesYES": null,
        "Comments": null,
        "CommentsStatements": null,
        "AuthorisationTick": null,
        "RequestingPerson": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "RequestingDAte": "2020-07-23T16:00:00Z",
        "LineManager": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 34,
          "LookupValue": "Manager Name",
          "Email": "Manager Email"
        },
        "LineManagerApproval": "Approved",
        "LegalAssignee": null,
        "Status": "Pending",
        "AutoTicket": {
          "__metadata": {
            "type": "SP.FieldUrlValue"
          },
          "Description": "Stage 1",
          "Url": "***_layouts/15/wrkstat.aspx?List=a0793150-5fb7-4d3d-a2ca-7e0a42f9acb5&WorkflowInstanceName=a18dd51b-1d8f-4d1e-b702-f218338f11f7"
        },
        "CounterpartGDPR": null,
        "LineMDateApprove": null,
        "LegalApproval": null,
        "LegalDateApprove": null,
        "Comment": "comment 3",
        "ID": 11,
        "Modified": "2020-08-04T11:44:07Z",
        "Author": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },

 

 

Here's a part of the result of Send HTTP request:

 

{
  "d": {
    "results": [
      {
        "__metadata": {
          "id": "***_api/SP.ListItemVersionddbe5dbf-65a4-4639-8853-ba8f4ad303c3",
          "uri": "***/_api/SP.ListItemVersionddbe5dbf-65a4-4639-8853-ba8f4ad303c3",
          "type": "SP.ListItemVersion"
        },
        "CreatedBy": {
          "__deferred": {
            "uri": "***/_api/SP.ListItemVersionddbe5dbf-65a4-4639-8853-ba8f4ad303c3/CreatedBy"
          }
        },
        "Fields": {
          "__deferred": {
            "uri": "***/_api/SP.ListItemVersionddbe5dbf-65a4-4639-8853-ba8f4ad303c3/Fields"
          }
        },
        "FileVersion": {
          "__deferred": {
            "uri": "***/_api/SP.ListItemVersionddbe5dbf-65a4-4639-8853-ba8f4ad303c3/FileVersion"
          }
        },
        "Created": "2020-08-04T11:44:07",
        "IsCurrentVersion": true,
        "VersionId": 4096,
        "VersionLabel": "8.0",
        "ContentTypeId": {
          "__metadata": {
            "type": "SP.ContentTypeId"
          },
          "StringValue": "0x0100EC80A015AF11544CBF624F41C03D4C42"
        },
        "Title": "ITC",
        "OData__x005f_ModerationComments": null,
        "File_x005f_x0020_x005f_Type": null,
        "ComplianceAssetId": null,
        "IncrementNumber": 11,
        "Requester": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User name",
          "Email": "user@email"
        },
        "IssueNo": "Legal-0011",
        "DateRequested": "2020-07-23T16:00:00Z",
        "RequestType": "Contract Review",
        "Entity": null,
        "OtherEntity": null,
        "CounterpartyType": "Variation",
        "CounterpartyName": "Eastern Telecom",
        "CounterpartyContactName": "Knicka Somera",
        "CounterpartyContactNum": "09288377655",
        "CounterpartyContactEmail": "knicka@eastern.com",
        "CounterpartyContactLegal": null,
        "CounterpartyContactedB4": "Don't Know",
        "CounterpartyContactedYES": null,
        "CounterpartyChecks": "Don't know",
        "CounterpartyChecksYES": null,
        "ContractCommencement": "Annual",
        "ContractExpiry": "2021-07-23T16:00:00Z",
        "ContractDescription": "ISP for Tenant",
        "ContractGUSRole": "NA",
        "ContractCounterpartyOb": "Coordination",
        "ContractTotalValue": "188284673",
        "ContractCurrency": "PHP",
        "ContractAgreedPay": null,
        "ContractAttachment": "0",
        "ContractServiceCredit": "No",
        "ContractServiceCreditYES": null,
        "ContractGUSTerm": null,
        "ContractCounterpartTerm": null,
        "ContractAccessConfi": "No",
        "ContractAccessConfiYES": null,
        "ContractPartyPersonalAttach": "0",
        "ContractMemorandumAttach": "0",
        "ContractOtherParties": "No",
        "ContractOtherPartiesYES": null,
        "Comments": null,
        "CommentsStatements": null,
        "AuthorisationTick": null,
        "RequestingPerson": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User name",
          "Email": "user@email"
        },
        "RequestingDAte": "2020-07-23T16:00:00Z",
        "LineManager": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 34,
          "LookupValue": "Manager Approval",
          "Email": "manager email"
        },
        "LineManagerApproval": "Approved",
        "LegalAssignee": null,
        "Status": "Pending",
        "AutoTicket": {
          "__metadata": {
            "type": "SP.FieldUrlValue"
          },
          "Description": "Stage 1",
          "Url": "***/_layouts/15/wrkstat.aspx?List=a0793150-5fb7-4d3d-a2ca-7e0a42f9acb5&WorkflowInstanceName=a18dd51b-1d8f-4d1e-b702-f218338f11f7"
        },
        "CounterpartGDPR": null,
        "LineMDateApprove": null,
        "LegalApproval": null,
        "LegalDateApprove": null,
        "Comment": "comment 3",
        "ID": 11,
        "Modified": "2020-08-04T11:44:07Z",
        "Author": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User name",
          "Email": "user@email"
        },

 

 

I am hopeful these help. Kindly advise if you need further info. Thank you!


v-alzhan-msft
Community Support
Community Support

Hi @kristinamariz ,

 

As @fchopo  said, you need to check if the Body output of the Parse JSON is null. And you could add a Condition before the Apply to each to check if the output is null, if yes, do noting, if not, do the Apply to each part.

 

Best Regards,

Alice

 

Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @v-alzhan-msft, thanks for the advice. This will be difficult because some fields may need to have blank based on user's details.

 

What I'm trying to do is to display the comment based on the procedure on this link. Would like to know your thoughts on this.

 

Thanks!  

Hi @kristinamariz ,

 

You should share the full Value output from the Parse JSON action.

 

Best Regards,

Alice

 

Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @v-alzhan-msft, here's the full value output from Parse JSON:

{
  "d": {
    "results": [
      {
        "__metadata": {
          "id": "***_api/SP.ListItemVersionddbe5dbf-65a4-4639-8853-ba8f4ad303c3",
          "uri": "***_api/SP.ListItemVersionddbe5dbf-65a4-4639-8853-ba8f4ad303c3",
          "type": "SP.ListItemVersion"
        },
        "CreatedBy": {
          "__deferred": {
            "uri": "***_api/SP.ListItemVersionddbe5dbf-65a4-4639-8853-ba8f4ad303c3/CreatedBy"
          }
        },
        "Fields": {
          "__deferred": {
            "uri": "***_api/SP.ListItemVersionddbe5dbf-65a4-4639-8853-ba8f4ad303c3/Fields"
          }
        },
        "FileVersion": {
          "__deferred": {
            "uri": "***_api/SP.ListItemVersionddbe5dbf-65a4-4639-8853-ba8f4ad303c3/FileVersion"
          }
        },
        "Created": "2020-08-04T11:44:07",
        "IsCurrentVersion": true,
        "VersionId": 4096,
        "VersionLabel": "8.0",
        "ContentTypeId": {
          "__metadata": {
            "type": "SP.ContentTypeId"
          },
          "StringValue": "0x0100EC80A015AF11544CBF624F41C03D4C42"
        },
        "Title": "ITC",
        "OData__x005f_ModerationComments": null,
        "File_x005f_x0020_x005f_Type": null,
        "ComplianceAssetId": null,
        "IncrementNumber": 11,
        "Requester": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "IssueNo": "Legal-0011",
        "DateRequested": "2020-07-23T16:00:00Z",
        "RequestType": "Contract Review",
        "Entity": null,
        "OtherEntity": null,
        "CounterpartyType": "Variation",
        "CounterpartyName": "Eastern Telecom",
        "CounterpartyContactName": "Knicka Somera",
        "CounterpartyContactNum": "09288377655",
        "CounterpartyContactEmail": "knicka@eastern.com",
        "CounterpartyContactLegal": null,
        "CounterpartyContactedB4": "Don't Know",
        "CounterpartyContactedYES": null,
        "CounterpartyChecks": "Don't know",
        "CounterpartyChecksYES": null,
        "ContractCommencement": "Annual",
        "ContractExpiry": "2021-07-23T16:00:00Z",
        "ContractDescription": "ISP for Tenant",
        "ContractGUSRole": "NA",
        "ContractCounterpartyOb": "Coordination",
        "ContractTotalValue": "188284673",
        "ContractCurrency": "PHP",
        "ContractAgreedPay": null,
        "ContractAttachment": "0",
        "ContractServiceCredit": "No",
        "ContractServiceCreditYES": null,
        "ContractGUSTerm": null,
        "ContractCounterpartTerm": null,
        "ContractAccessConfi": "No",
        "ContractAccessConfiYES": null,
        "ContractPartyPersonalAttach": "0",
        "ContractMemorandumAttach": "0",
        "ContractOtherParties": "No",
        "ContractOtherPartiesYES": null,
        "Comments": null,
        "CommentsStatements": null,
        "AuthorisationTick": null,
        "RequestingPerson": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "RequestingDAte": "2020-07-23T16:00:00Z",
        "LineManager": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 34,
          "LookupValue": "Manager Name",
          "Email": "Manager Email"
        },
        "LineManagerApproval": "Approved",
        "LegalAssignee": null,
        "Status": "Pending",
        "AutoTicket": {
          "__metadata": {
            "type": "SP.FieldUrlValue"
          },
          "Description": "Stage 1",
          "Url": "***_layouts/15/wrkstat.aspx?List=a0793150-5fb7-4d3d-a2ca-7e0a42f9acb5&WorkflowInstanceName=a18dd51b-1d8f-4d1e-b702-f218338f11f7"
        },
        "CounterpartGDPR": null,
        "LineMDateApprove": null,
        "LegalApproval": null,
        "LegalDateApprove": null,
        "Comment": "comment 3",
        "ID": 11,
        "Modified": "2020-08-04T11:44:07Z",
        "Author": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "Editor": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "OData__x005f_HasCopyDestinations": null,
        "OData__x005f_CopySource": null,
        "owshiddenversion": 13,
        "WorkflowVersion": 1,
        "OData__x005f_UIVersion": 4096,
        "OData__x005f_UIVersionString": "8.0",
        "Attachments": true,
        "OData__x005f_ModerationStatus": 0,
        "InstanceID": null,
        "Order": 1100,
        "GUID": "f22dfd1d-24f0-4c5f-8b22-6528c0e91455",
        "WorkflowInstanceID": null,
        "FileRef": "/site/Lists/Legal Request/11_.000",
        "FileDirRef": "/site/Lists/Legal Request",
        "Last_x005f_x0020_x005f_Modified": "2020-07-24T14:08:45Z",
        "Created_x005f_x0020_x005f_Date": "2020-07-24T14:08:45Z",
        "FSObjType": "0",
        "SortBehavior": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 11,
          "LookupValue": "0"
        },
        "FileLeafRef": "11_.000",
        "UniqueId": "abc3d345-ee69-4850-8adf-352cd51a17a4",
        "SyncClientId": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 11,
          "LookupValue": null
        },
        "ProgId": "",
        "ScopeId": "{41E3778F-1824-4A4D-8B81-5C39B65BAB3D}",
        "MetaInfo": "",
        "OData__x005f_Level": 1,
        "OData__x005f_IsCurrentVersion": true,
        "ItemChildCount": "0",
        "FolderChildCount": "0",
        "Restricted": "",
        "OriginatorId": "",
        "NoExecute": "0",
        "ContentVersion": "0",
        "OData__x005f_ComplianceFlags": "",
        "OData__x005f_ComplianceTag": "",
        "OData__x005f_ComplianceTagWrittenTime": "",
        "OData__x005f_ComplianceTagUserId": "",
        "AccessPolicy": "",
        "OData__x005f_VirusStatus": "",
        "OData__x005f_VirusVendorID": "",
        "OData__x005f_VirusInfo": "",
        "AppAuthor": null,
        "AppEditor": null,
        "SMTotalSize": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 7910,
          "LookupValue": ""
        },
        "SMLastModifiedDate": "2020-08-04T11:44:07Z",
        "SMTotalFileStreamSize": "0",
        "SMTotalFileCount": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 0,
          "LookupValue": ""
        },
        "OData__x005f_CommentFlags": "",
        "OData__x005f_CommentCount": ""
      },
      {
        "__metadata": {
          "id": "***_api/SP.ListItemVersion3c2b4a3e-7257-47ee-8f71-8dfe8e94a80e",
          "uri": "***_api/SP.ListItemVersion3c2b4a3e-7257-47ee-8f71-8dfe8e94a80e",
          "type": "SP.ListItemVersion"
        },
        "CreatedBy": {
          "__deferred": {
            "uri": "***_api/SP.ListItemVersion3c2b4a3e-7257-47ee-8f71-8dfe8e94a80e/CreatedBy"
          }
        },
        "Fields": {
          "__deferred": {
            "uri": "***_api/SP.ListItemVersion3c2b4a3e-7257-47ee-8f71-8dfe8e94a80e/Fields"
          }
        },
        "FileVersion": {
          "__deferred": {
            "uri": "***_api/SP.ListItemVersion3c2b4a3e-7257-47ee-8f71-8dfe8e94a80e/FileVersion"
          }
        },
        "Created": "2020-08-04T09:06:55",
        "IsCurrentVersion": false,
        "VersionId": 3584,
        "VersionLabel": "7.0",
        "ContentTypeId": {
          "__metadata": {
            "type": "SP.ContentTypeId"
          },
          "StringValue": "0x0100EC80A015AF11544CBF624F41C03D4C42"
        },
        "Title": "ITC",
        "OData__x005f_ModerationComments": null,
        "File_x005f_x0020_x005f_Type": null,
        "ComplianceAssetId": null,
        "IncrementNumber": 11,
        "Requester": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "IssueNo": "Legal-0011",
        "DateRequested": "2020-07-23T16:00:00Z",
        "RequestType": "Contract Review",
        "Entity": null,
        "OtherEntity": null,
        "CounterpartyType": "Variation",
        "CounterpartyName": "Eastern Telecom",
        "CounterpartyContactName": "Knicka Somera",
        "CounterpartyContactNum": "09288377655",
        "CounterpartyContactEmail": "knicka@eastern.com",
        "CounterpartyContactLegal": null,
        "CounterpartyContactedB4": "Don't Know",
        "CounterpartyContactedYES": null,
        "CounterpartyChecks": "Don't know",
        "CounterpartyChecksYES": null,
        "ContractCommencement": "Annual",
        "ContractExpiry": "2021-07-23T16:00:00Z",
        "ContractDescription": "ISP for Tenant",
        "ContractGUSRole": "NA",
        "ContractCounterpartyOb": "Coordination",
        "ContractTotalValue": "188284673",
        "ContractCurrency": "PHP",
        "ContractAgreedPay": null,
        "ContractAttachment": "0",
        "ContractServiceCredit": "No",
        "ContractServiceCreditYES": null,
        "ContractGUSTerm": null,
        "ContractCounterpartTerm": null,
        "ContractAccessConfi": "No",
        "ContractAccessConfiYES": null,
        "ContractPartyPersonalAttach": "0",
        "ContractMemorandumAttach": "0",
        "ContractOtherParties": "No",
        "ContractOtherPartiesYES": null,
        "Comments": null,
        "CommentsStatements": null,
        "AuthorisationTick": null,
        "RequestingPerson": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "RequestingDAte": "2020-07-23T16:00:00Z",
        "LineManager": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 34,
          "LookupValue": "Manager Name",
          "Email": "Manager Email"
        },
        "LineManagerApproval": "Approved",
        "LegalAssignee": null,
        "Status": "Pending",
        "AutoTicket": {
          "__metadata": {
            "type": "SP.FieldUrlValue"
          },
          "Description": "Stage 1",
          "Url": "***_layouts/15/wrkstat.aspx?List=a0793150-5fb7-4d3d-a2ca-7e0a42f9acb5&WorkflowInstanceName=a18dd51b-1d8f-4d1e-b702-f218338f11f7"
        },
        "CounterpartGDPR": null,
        "LineMDateApprove": null,
        "LegalApproval": null,
        "LegalDateApprove": null,
        "Comment": "comment 2",
        "ID": 11,
        "Modified": "2020-08-04T09:06:55Z",
        "Author": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "Editor": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "OData__x005f_HasCopyDestinations": null,
        "OData__x005f_CopySource": null,
        "owshiddenversion": 12,
        "WorkflowVersion": 1,
        "OData__x005f_UIVersion": 3584,
        "OData__x005f_UIVersionString": "7.0",
        "Attachments": true,
        "OData__x005f_ModerationStatus": 0,
        "InstanceID": null,
        "Order": 1100,
        "GUID": "f22dfd1d-24f0-4c5f-8b22-6528c0e91455",
        "WorkflowInstanceID": null,
        "FileRef": "/site/Lists/Legal Request/11_.000",
        "FileDirRef": "/site/Lists/Legal Request",
        "Last_x005f_x0020_x005f_Modified": "2020-07-24T14:08:45Z",
        "Created_x005f_x0020_x005f_Date": "2020-07-24T14:08:45Z",
        "FSObjType": "0",
        "SortBehavior": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 11,
          "LookupValue": "0"
        },
        "FileLeafRef": "11_.000",
        "UniqueId": "abc3d345-ee69-4850-8adf-352cd51a17a4",
        "SyncClientId": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 11,
          "LookupValue": null
        },
        "ProgId": "",
        "ScopeId": "{41E3778F-1824-4A4D-8B81-5C39B65BAB3D}",
        "MetaInfo": "",
        "OData__x005f_Level": 1,
        "OData__x005f_IsCurrentVersion": false,
        "ItemChildCount": "0",
        "FolderChildCount": "0",
        "Restricted": "",
        "OriginatorId": "",
        "NoExecute": "0",
        "ContentVersion": "0",
        "OData__x005f_ComplianceFlags": "",
        "OData__x005f_ComplianceTag": "",
        "OData__x005f_ComplianceTagWrittenTime": "",
        "OData__x005f_ComplianceTagUserId": "",
        "AccessPolicy": "",
        "OData__x005f_VirusStatus": "",
        "OData__x005f_VirusVendorID": "",
        "OData__x005f_VirusInfo": "",
        "AppAuthor": null,
        "AppEditor": null,
        "SMTotalSize": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 7910,
          "LookupValue": ""
        },
        "SMLastModifiedDate": "2020-08-04T11:44:07Z",
        "SMTotalFileStreamSize": "0",
        "SMTotalFileCount": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 0,
          "LookupValue": ""
        },
        "OData__x005f_CommentFlags": "",
        "OData__x005f_CommentCount": ""
      },
      {
        "__metadata": {
          "id": "***_api/SP.ListItemVersion895eef4a-31b3-4401-a05f-64360800686d",
          "uri": "***_api/SP.ListItemVersion895eef4a-31b3-4401-a05f-64360800686d",
          "type": "SP.ListItemVersion"
        },
        "CreatedBy": {
          "__deferred": {
            "uri": "***_api/SP.ListItemVersion895eef4a-31b3-4401-a05f-64360800686d/CreatedBy"
          }
        },
        "Fields": {
          "__deferred": {
            "uri": "***_api/SP.ListItemVersion895eef4a-31b3-4401-a05f-64360800686d/Fields"
          }
        },
        "FileVersion": {
          "__deferred": {
            "uri": "***_api/SP.ListItemVersion895eef4a-31b3-4401-a05f-64360800686d/FileVersion"
          }
        },
        "Created": "2020-08-04T09:06:36",
        "IsCurrentVersion": false,
        "VersionId": 3072,
        "VersionLabel": "6.0",
        "ContentTypeId": {
          "__metadata": {
            "type": "SP.ContentTypeId"
          },
          "StringValue": "0x0100EC80A015AF11544CBF624F41C03D4C42"
        },
        "Title": "ITC",
        "OData__x005f_ModerationComments": null,
        "File_x005f_x0020_x005f_Type": null,
        "ComplianceAssetId": null,
        "IncrementNumber": 11,
        "Requester": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "IssueNo": "Legal-0011",
        "DateRequested": "2020-07-23T16:00:00Z",
        "RequestType": "Contract Review",
        "Entity": null,
        "OtherEntity": null,
        "CounterpartyType": "Variation",
        "CounterpartyName": "Eastern Telecom",
        "CounterpartyContactName": "Knicka Somera",
        "CounterpartyContactNum": "09288377655",
        "CounterpartyContactEmail": "knicka@eastern.com",
        "CounterpartyContactLegal": null,
        "CounterpartyContactedB4": "Don't Know",
        "CounterpartyContactedYES": null,
        "CounterpartyChecks": "Don't know",
        "CounterpartyChecksYES": null,
        "ContractCommencement": "Annual",
        "ContractExpiry": "2021-07-23T16:00:00Z",
        "ContractDescription": "ISP for Tenant",
        "ContractGUSRole": "NA",
        "ContractCounterpartyOb": "Coordination",
        "ContractTotalValue": "188284673",
        "ContractCurrency": "PHP",
        "ContractAgreedPay": null,
        "ContractAttachment": "0",
        "ContractServiceCredit": "No",
        "ContractServiceCreditYES": null,
        "ContractGUSTerm": null,
        "ContractCounterpartTerm": null,
        "ContractAccessConfi": "No",
        "ContractAccessConfiYES": null,
        "ContractPartyPersonalAttach": "0",
        "ContractMemorandumAttach": "0",
        "ContractOtherParties": "No",
        "ContractOtherPartiesYES": null,
        "Comments": null,
        "CommentsStatements": null,
        "AuthorisationTick": null,
        "RequestingPerson": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "RequestingDAte": "2020-07-23T16:00:00Z",
        "LineManager": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 34,
          "LookupValue": "Manager Name",
          "Email": "Manager Email"
        },
        "LineManagerApproval": "Approved",
        "LegalAssignee": null,
        "Status": "Pending",
        "AutoTicket": {
          "__metadata": {
            "type": "SP.FieldUrlValue"
          },
          "Description": "Stage 1",
          "Url": "***_layouts/15/wrkstat.aspx?List=a0793150-5fb7-4d3d-a2ca-7e0a42f9acb5&WorkflowInstanceName=a18dd51b-1d8f-4d1e-b702-f218338f11f7"
        },
        "CounterpartGDPR": null,
        "LineMDateApprove": null,
        "LegalApproval": null,
        "LegalDateApprove": null,
        "Comment": "comment 1",
        "ID": 11,
        "Modified": "2020-08-04T09:06:36Z",
        "Author": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "Editor": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "OData__x005f_HasCopyDestinations": null,
        "OData__x005f_CopySource": null,
        "owshiddenversion": 11,
        "WorkflowVersion": 1,
        "OData__x005f_UIVersion": 3072,
        "OData__x005f_UIVersionString": "6.0",
        "Attachments": true,
        "OData__x005f_ModerationStatus": 0,
        "InstanceID": null,
        "Order": 1100,
        "GUID": "f22dfd1d-24f0-4c5f-8b22-6528c0e91455",
        "WorkflowInstanceID": null,
        "FileRef": "/site/Lists/Legal Request/11_.000",
        "FileDirRef": "/site/Lists/Legal Request",
        "Last_x005f_x0020_x005f_Modified": "2020-07-24T14:08:45Z",
        "Created_x005f_x0020_x005f_Date": "2020-07-24T14:08:45Z",
        "FSObjType": "0",
        "SortBehavior": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 11,
          "LookupValue": "0"
        },
        "FileLeafRef": "11_.000",
        "UniqueId": "abc3d345-ee69-4850-8adf-352cd51a17a4",
        "SyncClientId": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 11,
          "LookupValue": null
        },
        "ProgId": "",
        "ScopeId": "{41E3778F-1824-4A4D-8B81-5C39B65BAB3D}",
        "MetaInfo": "",
        "OData__x005f_Level": 1,
        "OData__x005f_IsCurrentVersion": false,
        "ItemChildCount": "0",
        "FolderChildCount": "0",
        "Restricted": "",
        "OriginatorId": "",
        "NoExecute": "0",
        "ContentVersion": "0",
        "OData__x005f_ComplianceFlags": "",
        "OData__x005f_ComplianceTag": "",
        "OData__x005f_ComplianceTagWrittenTime": "",
        "OData__x005f_ComplianceTagUserId": "",
        "AccessPolicy": "",
        "OData__x005f_VirusStatus": "",
        "OData__x005f_VirusVendorID": "",
        "OData__x005f_VirusInfo": "",
        "AppAuthor": null,
        "AppEditor": null,
        "SMTotalSize": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 7910,
          "LookupValue": ""
        },
        "SMLastModifiedDate": "2020-08-04T11:44:07Z",
        "SMTotalFileStreamSize": "0",
        "SMTotalFileCount": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 0,
          "LookupValue": ""
        },
        "OData__x005f_CommentFlags": "",
        "OData__x005f_CommentCount": ""
      },
      {
        "__metadata": {
          "id": "***_api/SP.ListItemVersion124df07f-addc-49ac-aeb6-5f8a9cf0a434",
          "uri": "***_api/SP.ListItemVersion124df07f-addc-49ac-aeb6-5f8a9cf0a434",
          "type": "SP.ListItemVersion"
        },
        "CreatedBy": {
          "__deferred": {
            "uri": "***_api/SP.ListItemVersion124df07f-addc-49ac-aeb6-5f8a9cf0a434/CreatedBy"
          }
        },
        "Fields": {
          "__deferred": {
            "uri": "***_api/SP.ListItemVersion124df07f-addc-49ac-aeb6-5f8a9cf0a434/Fields"
          }
        },
        "FileVersion": {
          "__deferred": {
            "uri": "***_api/SP.ListItemVersion124df07f-addc-49ac-aeb6-5f8a9cf0a434/FileVersion"
          }
        },
        "Created": "2020-07-29T07:56:48",
        "IsCurrentVersion": false,
        "VersionId": 2560,
        "VersionLabel": "5.0",
        "ContentTypeId": {
          "__metadata": {
            "type": "SP.ContentTypeId"
          },
          "StringValue": "0x0100EC80A015AF11544CBF624F41C03D4C42"
        },
        "Title": "ITC",
        "OData__x005f_ModerationComments": null,
        "File_x005f_x0020_x005f_Type": null,
        "ComplianceAssetId": null,
        "IncrementNumber": 11,
        "Requester": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "IssueNo": "Legal-0011",
        "DateRequested": "2020-07-23T16:00:00Z",
        "RequestType": "Contract Review",
        "Entity": null,
        "OtherEntity": null,
        "CounterpartyType": "Variation",
        "CounterpartyName": "Eastern Telecom",
        "CounterpartyContactName": "Knicka Somera",
        "CounterpartyContactNum": "09288377655",
        "CounterpartyContactEmail": "knicka@eastern.com",
        "CounterpartyContactLegal": null,
        "CounterpartyContactedB4": "Don't Know",
        "CounterpartyContactedYES": null,
        "CounterpartyChecks": "Don't know",
        "CounterpartyChecksYES": null,
        "ContractCommencement": "Annual",
        "ContractExpiry": "2021-07-23T16:00:00Z",
        "ContractDescription": "ISP for Tenant",
        "ContractGUSRole": "NA",
        "ContractCounterpartyOb": "Coordination",
        "ContractTotalValue": "188284673",
        "ContractCurrency": "PHP",
        "ContractAgreedPay": null,
        "ContractAttachment": "0",
        "ContractServiceCredit": "No",
        "ContractServiceCreditYES": null,
        "ContractGUSTerm": null,
        "ContractCounterpartTerm": null,
        "ContractAccessConfi": "No",
        "ContractAccessConfiYES": null,
        "ContractPartyPersonalAttach": "0",
        "ContractMemorandumAttach": "0",
        "ContractOtherParties": "No",
        "ContractOtherPartiesYES": null,
        "Comments": null,
        "CommentsStatements": null,
        "AuthorisationTick": null,
        "RequestingPerson": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "RequestingDAte": "2020-07-23T16:00:00Z",
        "LineManager": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 34,
          "LookupValue": "Manager Name",
          "Email": "Manager Email"
        },
        "LineManagerApproval": "Approved",
        "LegalAssignee": null,
        "Status": "Pending",
        "AutoTicket": {
          "__metadata": {
            "type": "SP.FieldUrlValue"
          },
          "Description": "Stage 1",
          "Url": "***_layouts/15/wrkstat.aspx?List=a0793150-5fb7-4d3d-a2ca-7e0a42f9acb5&WorkflowInstanceName=a18dd51b-1d8f-4d1e-b702-f218338f11f7"
        },
        "CounterpartGDPR": null,
        "LineMDateApprove": null,
        "LegalApproval": null,
        "LegalDateApprove": null,
        "Comment": null,
        "ID": 11,
        "Modified": "2020-07-29T07:56:48Z",
        "Author": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "Editor": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "OData__x005f_HasCopyDestinations": null,
        "OData__x005f_CopySource": null,
        "owshiddenversion": 10,
        "WorkflowVersion": 1,
        "OData__x005f_UIVersion": 2560,
        "OData__x005f_UIVersionString": "5.0",
        "Attachments": true,
        "OData__x005f_ModerationStatus": 0,
        "InstanceID": null,
        "Order": 1100,
        "GUID": "f22dfd1d-24f0-4c5f-8b22-6528c0e91455",
        "WorkflowInstanceID": null,
        "FileRef": "/site/Lists/Legal Request/11_.000",
        "FileDirRef": "/site/Lists/Legal Request",
        "Last_x005f_x0020_x005f_Modified": "2020-07-24T14:08:45Z",
        "Created_x005f_x0020_x005f_Date": "2020-07-24T14:08:45Z",
        "FSObjType": "0",
        "SortBehavior": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 11,
          "LookupValue": "0"
        },
        "FileLeafRef": "11_.000",
        "UniqueId": "abc3d345-ee69-4850-8adf-352cd51a17a4",
        "SyncClientId": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 11,
          "LookupValue": null
        },
        "ProgId": "",
        "ScopeId": "{41E3778F-1824-4A4D-8B81-5C39B65BAB3D}",
        "MetaInfo": "",
        "OData__x005f_Level": 1,
        "OData__x005f_IsCurrentVersion": false,
        "ItemChildCount": "0",
        "FolderChildCount": "0",
        "Restricted": "",
        "OriginatorId": "",
        "NoExecute": "0",
        "ContentVersion": "0",
        "OData__x005f_ComplianceFlags": "",
        "OData__x005f_ComplianceTag": "",
        "OData__x005f_ComplianceTagWrittenTime": "",
        "OData__x005f_ComplianceTagUserId": "",
        "AccessPolicy": "",
        "OData__x005f_VirusStatus": "",
        "OData__x005f_VirusVendorID": "",
        "OData__x005f_VirusInfo": "",
        "AppAuthor": null,
        "AppEditor": null,
        "SMTotalSize": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 7910,
          "LookupValue": ""
        },
        "SMLastModifiedDate": "2020-08-04T11:44:07Z",
        "SMTotalFileStreamSize": "0",
        "SMTotalFileCount": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 0,
          "LookupValue": ""
        },
        "OData__x005f_CommentFlags": "",
        "OData__x005f_CommentCount": ""
      },
      {
        "__metadata": {
          "id": "***_api/SP.ListItemVersion7b1fbdd9-7842-47a9-9b60-e445003d65db",
          "uri": "***_api/SP.ListItemVersion7b1fbdd9-7842-47a9-9b60-e445003d65db",
          "type": "SP.ListItemVersion"
        },
        "CreatedBy": {
          "__deferred": {
            "uri": "***_api/SP.ListItemVersion7b1fbdd9-7842-47a9-9b60-e445003d65db/CreatedBy"
          }
        },
        "Fields": {
          "__deferred": {
            "uri": "***_api/SP.ListItemVersion7b1fbdd9-7842-47a9-9b60-e445003d65db/Fields"
          }
        },
        "FileVersion": {
          "__deferred": {
            "uri": "***_api/SP.ListItemVersion7b1fbdd9-7842-47a9-9b60-e445003d65db/FileVersion"
          }
        },
        "Created": "2020-07-29T06:02:49",
        "IsCurrentVersion": false,
        "VersionId": 2048,
        "VersionLabel": "4.0",
        "ContentTypeId": {
          "__metadata": {
            "type": "SP.ContentTypeId"
          },
          "StringValue": "0x0100EC80A015AF11544CBF624F41C03D4C42"
        },
        "Title": "ITC",
        "OData__x005f_ModerationComments": null,
        "File_x005f_x0020_x005f_Type": null,
        "ComplianceAssetId": null,
        "IncrementNumber": 11,
        "Requester": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "IssueNo": "Legal-0011",
        "DateRequested": "2020-07-23T16:00:00Z",
        "RequestType": "Contract Review",
        "Entity": null,
        "OtherEntity": null,
        "CounterpartyType": "Variation",
        "CounterpartyName": "Eastern Telecom",
        "CounterpartyContactName": "Knicka Somera",
        "CounterpartyContactNum": "09288377655",
        "CounterpartyContactEmail": "knicka@eastern.com",
        "CounterpartyContactLegal": null,
        "CounterpartyContactedB4": "Don't Know",
        "CounterpartyContactedYES": null,
        "CounterpartyChecks": "Don't know",
        "CounterpartyChecksYES": null,
        "ContractCommencement": "Annual",
        "ContractExpiry": "2021-07-23T16:00:00Z",
        "ContractDescription": "ISP for Tenant",
        "ContractGUSRole": "NA",
        "ContractCounterpartyOb": "Coordination",
        "ContractTotalValue": "188284673",
        "ContractCurrency": "PHP",
        "ContractAgreedPay": null,
        "ContractAttachment": "0",
        "ContractServiceCredit": "No",
        "ContractServiceCreditYES": null,
        "ContractGUSTerm": null,
        "ContractCounterpartTerm": null,
        "ContractAccessConfi": "No",
        "ContractAccessConfiYES": null,
        "ContractPartyPersonalAttach": "0",
        "ContractMemorandumAttach": "0",
        "ContractOtherParties": "No",
        "ContractOtherPartiesYES": null,
        "Comments": null,
        "CommentsStatements": null,
        "AuthorisationTick": null,
        "RequestingPerson": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "RequestingDAte": "2020-07-23T16:00:00Z",
        "LineManager": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 34,
          "LookupValue": "Manager Name",
          "Email": "Manager Email"
        },
        "LineManagerApproval": "Approved",
        "LegalAssignee": null,
        "Status": "Pending",
        "AutoTicket": {
          "__metadata": {
            "type": "SP.FieldUrlValue"
          },
          "Description": "Stage 1",
          "Url": "***_layouts/15/wrkstat.aspx?List=a0793150-5fb7-4d3d-a2ca-7e0a42f9acb5&WorkflowInstanceName=a18dd51b-1d8f-4d1e-b702-f218338f11f7"
        },
        "CounterpartGDPR": null,
        "LineMDateApprove": null,
        "LegalApproval": null,
        "LegalDateApprove": null,
        "Comment": null,
        "ID": 11,
        "Modified": "2020-07-29T06:02:49Z",
        "Author": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "Editor": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "OData__x005f_HasCopyDestinations": null,
        "OData__x005f_CopySource": null,
        "owshiddenversion": 9,
        "WorkflowVersion": 1,
        "OData__x005f_UIVersion": 2048,
        "OData__x005f_UIVersionString": "4.0",
        "Attachments": true,
        "OData__x005f_ModerationStatus": 0,
        "InstanceID": null,
        "Order": 1100,
        "GUID": "f22dfd1d-24f0-4c5f-8b22-6528c0e91455",
        "WorkflowInstanceID": null,
        "FileRef": "/site/Lists/Legal Request/11_.000",
        "FileDirRef": "/site/Lists/Legal Request",
        "Last_x005f_x0020_x005f_Modified": "2020-07-24T14:08:45Z",
        "Created_x005f_x0020_x005f_Date": "2020-07-24T14:08:45Z",
        "FSObjType": "0",
        "SortBehavior": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 11,
          "LookupValue": "0"
        },
        "FileLeafRef": "11_.000",
        "UniqueId": "abc3d345-ee69-4850-8adf-352cd51a17a4",
        "SyncClientId": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 11,
          "LookupValue": null
        },
        "ProgId": "",
        "ScopeId": "{41E3778F-1824-4A4D-8B81-5C39B65BAB3D}",
        "MetaInfo": "",
        "OData__x005f_Level": 1,
        "OData__x005f_IsCurrentVersion": false,
        "ItemChildCount": "0",
        "FolderChildCount": "0",
        "Restricted": "",
        "OriginatorId": "",
        "NoExecute": "0",
        "ContentVersion": "0",
        "OData__x005f_ComplianceFlags": "",
        "OData__x005f_ComplianceTag": "",
        "OData__x005f_ComplianceTagWrittenTime": "",
        "OData__x005f_ComplianceTagUserId": "",
        "AccessPolicy": "",
        "OData__x005f_VirusStatus": "",
        "OData__x005f_VirusVendorID": "",
        "OData__x005f_VirusInfo": "",
        "AppAuthor": null,
        "AppEditor": null,
        "SMTotalSize": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 7910,
          "LookupValue": ""
        },
        "SMLastModifiedDate": "2020-08-04T11:44:07Z",
        "SMTotalFileStreamSize": "0",
        "SMTotalFileCount": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 0,
          "LookupValue": ""
        },
        "OData__x005f_CommentFlags": "",
        "OData__x005f_CommentCount": ""
      },
      {
        "__metadata": {
          "id": "***_api/SP.ListItemVersiona21af580-a055-40ac-9407-41739a16203d",
          "uri": "***_api/SP.ListItemVersiona21af580-a055-40ac-9407-41739a16203d",
          "type": "SP.ListItemVersion"
        },
        "CreatedBy": {
          "__deferred": {
            "uri": "***_api/SP.ListItemVersiona21af580-a055-40ac-9407-41739a16203d/CreatedBy"
          }
        },
        "Fields": {
          "__deferred": {
            "uri": "***_api/SP.ListItemVersiona21af580-a055-40ac-9407-41739a16203d/Fields"
          }
        },
        "FileVersion": {
          "__deferred": {
            "uri": "***_api/SP.ListItemVersiona21af580-a055-40ac-9407-41739a16203d/FileVersion"
          }
        },
        "Created": "2020-07-29T05:51:34",
        "IsCurrentVersion": false,
        "VersionId": 1536,
        "VersionLabel": "3.0",
        "ContentTypeId": {
          "__metadata": {
            "type": "SP.ContentTypeId"
          },
          "StringValue": "0x0100EC80A015AF11544CBF624F41C03D4C42"
        },
        "Title": "ITC",
        "OData__x005f_ModerationComments": null,
        "File_x005f_x0020_x005f_Type": null,
        "ComplianceAssetId": null,
        "IncrementNumber": 11,
        "Requester": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "IssueNo": "Legal-0011",
        "DateRequested": "2020-07-23T16:00:00Z",
        "RequestType": "Contract Review",
        "Entity": null,
        "OtherEntity": null,
        "CounterpartyType": "Variation",
        "CounterpartyName": "Eastern Telecom",
        "CounterpartyContactName": "Knicka Somera",
        "CounterpartyContactNum": "09288377655",
        "CounterpartyContactEmail": "knicka@eastern.com",
        "CounterpartyContactLegal": null,
        "CounterpartyContactedB4": "Don't Know",
        "CounterpartyContactedYES": null,
        "CounterpartyChecks": "Don't know",
        "CounterpartyChecksYES": null,
        "ContractCommencement": "Annual",
        "ContractExpiry": "2021-07-23T16:00:00Z",
        "ContractDescription": "ISP for Tenant",
        "ContractGUSRole": "NA",
        "ContractCounterpartyOb": "Coordination",
        "ContractTotalValue": "188284673",
        "ContractCurrency": "PHP",
        "ContractAgreedPay": null,
        "ContractAttachment": "0",
        "ContractServiceCredit": "No",
        "ContractServiceCreditYES": null,
        "ContractGUSTerm": null,
        "ContractCounterpartTerm": null,
        "ContractAccessConfi": "No",
        "ContractAccessConfiYES": null,
        "ContractPartyPersonalAttach": "0",
        "ContractMemorandumAttach": "0",
        "ContractOtherParties": "No",
        "ContractOtherPartiesYES": null,
        "Comments": null,
        "CommentsStatements": null,
        "AuthorisationTick": null,
        "RequestingPerson": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "RequestingDAte": "2020-07-23T16:00:00Z",
        "LineManager": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 34,
          "LookupValue": "Manager Name",
          "Email": "Manager Email"
        },
        "LineManagerApproval": "Approved",
        "LegalAssignee": null,
        "Status": "Pending",
        "AutoTicket": {
          "__metadata": {
            "type": "SP.FieldUrlValue"
          },
          "Description": "Stage 1",
          "Url": "***_layouts/15/wrkstat.aspx?List=a0793150-5fb7-4d3d-a2ca-7e0a42f9acb5&WorkflowInstanceName=a18dd51b-1d8f-4d1e-b702-f218338f11f7"
        },
        "CounterpartGDPR": null,
        "LineMDateApprove": null,
        "LegalApproval": null,
        "LegalDateApprove": null,
        "Comment": null,
        "ID": 11,
        "Modified": "2020-07-29T05:51:34Z",
        "Author": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "Editor": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "OData__x005f_HasCopyDestinations": null,
        "OData__x005f_CopySource": null,
        "owshiddenversion": 8,
        "WorkflowVersion": 1,
        "OData__x005f_UIVersion": 1536,
        "OData__x005f_UIVersionString": "3.0",
        "Attachments": true,
        "OData__x005f_ModerationStatus": 0,
        "InstanceID": null,
        "Order": 1100,
        "GUID": "f22dfd1d-24f0-4c5f-8b22-6528c0e91455",
        "WorkflowInstanceID": null,
        "FileRef": "/site/Lists/Legal Request/11_.000",
        "FileDirRef": "/site/Lists/Legal Request",
        "Last_x005f_x0020_x005f_Modified": "2020-07-24T14:08:45Z",
        "Created_x005f_x0020_x005f_Date": "2020-07-24T14:08:45Z",
        "FSObjType": "0",
        "SortBehavior": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 11,
          "LookupValue": "0"
        },
        "FileLeafRef": "11_.000",
        "UniqueId": "abc3d345-ee69-4850-8adf-352cd51a17a4",
        "SyncClientId": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 11,
          "LookupValue": null
        },
        "ProgId": "",
        "ScopeId": "{41E3778F-1824-4A4D-8B81-5C39B65BAB3D}",
        "MetaInfo": "",
        "OData__x005f_Level": 1,
        "OData__x005f_IsCurrentVersion": false,
        "ItemChildCount": "0",
        "FolderChildCount": "0",
        "Restricted": "",
        "OriginatorId": "",
        "NoExecute": "0",
        "ContentVersion": "0",
        "OData__x005f_ComplianceFlags": "",
        "OData__x005f_ComplianceTag": "",
        "OData__x005f_ComplianceTagWrittenTime": "",
        "OData__x005f_ComplianceTagUserId": "",
        "AccessPolicy": "",
        "OData__x005f_VirusStatus": "",
        "OData__x005f_VirusVendorID": "",
        "OData__x005f_VirusInfo": "",
        "AppAuthor": null,
        "AppEditor": null,
        "SMTotalSize": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 7910,
          "LookupValue": ""
        },
        "SMLastModifiedDate": "2020-08-04T11:44:07Z",
        "SMTotalFileStreamSize": "0",
        "SMTotalFileCount": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 0,
          "LookupValue": ""
        },
        "OData__x005f_CommentFlags": "",
        "OData__x005f_CommentCount": ""
      },
      {
        "__metadata": {
          "id": "***_api/SP.ListItemVersion11877e18-1988-49bc-9222-4c8a4e8f695d",
          "uri": "***_api/SP.ListItemVersion11877e18-1988-49bc-9222-4c8a4e8f695d",
          "type": "SP.ListItemVersion"
        },
        "CreatedBy": {
          "__deferred": {
            "uri": "***_api/SP.ListItemVersion11877e18-1988-49bc-9222-4c8a4e8f695d/CreatedBy"
          }
        },
        "Fields": {
          "__deferred": {
            "uri": "***_api/SP.ListItemVersion11877e18-1988-49bc-9222-4c8a4e8f695d/Fields"
          }
        },
        "FileVersion": {
          "__deferred": {
            "uri": "***_api/SP.ListItemVersion11877e18-1988-49bc-9222-4c8a4e8f695d/FileVersion"
          }
        },
        "Created": "2020-07-29T05:51:24",
        "IsCurrentVersion": false,
        "VersionId": 1024,
        "VersionLabel": "2.0",
        "ContentTypeId": {
          "__metadata": {
            "type": "SP.ContentTypeId"
          },
          "StringValue": "0x0100EC80A015AF11544CBF624F41C03D4C42"
        },
        "Title": "ITC",
        "OData__x005f_ModerationComments": null,
        "File_x005f_x0020_x005f_Type": null,
        "ComplianceAssetId": null,
        "IncrementNumber": 11,
        "Requester": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "IssueNo": "Legal-0011",
        "DateRequested": "2020-07-23T16:00:00Z",
        "RequestType": "Contract Review",
        "Entity": null,
        "OtherEntity": null,
        "CounterpartyType": "Variation",
        "CounterpartyName": "Eastern Telecom",
        "CounterpartyContactName": "Knicka Somera",
        "CounterpartyContactNum": "09288377655",
        "CounterpartyContactEmail": "knicka@eastern.com",
        "CounterpartyContactLegal": null,
        "CounterpartyContactedB4": "Don't Know",
        "CounterpartyContactedYES": null,
        "CounterpartyChecks": "Don't know",
        "CounterpartyChecksYES": null,
        "ContractCommencement": "Annual",
        "ContractExpiry": "2021-07-23T16:00:00Z",
        "ContractDescription": "ISP for Tenant",
        "ContractGUSRole": "NA",
        "ContractCounterpartyOb": "Coordination",
        "ContractTotalValue": "188284673",
        "ContractCurrency": "PHP",
        "ContractAgreedPay": null,
        "ContractAttachment": "0",
        "ContractServiceCredit": "No",
        "ContractServiceCreditYES": null,
        "ContractGUSTerm": null,
        "ContractCounterpartTerm": null,
        "ContractAccessConfi": "No",
        "ContractAccessConfiYES": null,
        "ContractPartyPersonalAttach": "0",
        "ContractMemorandumAttach": "0",
        "ContractOtherParties": "No",
        "ContractOtherPartiesYES": null,
        "Comments": null,
        "CommentsStatements": null,
        "AuthorisationTick": null,
        "RequestingPerson": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "RequestingDAte": "2020-07-23T16:00:00Z",
        "LineManager": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 34,
          "LookupValue": "Manager Name",
          "Email": "Manager Email"
        },
        "LineManagerApproval": "Approved",
        "LegalAssignee": null,
        "Status": "Pending",
        "AutoTicket": {
          "__metadata": {
            "type": "SP.FieldUrlValue"
          },
          "Description": "Stage 1",
          "Url": "***_layouts/15/wrkstat.aspx?List=a0793150-5fb7-4d3d-a2ca-7e0a42f9acb5&WorkflowInstanceName=a18dd51b-1d8f-4d1e-b702-f218338f11f7"
        },
        "CounterpartGDPR": null,
        "LineMDateApprove": null,
        "LegalApproval": null,
        "LegalDateApprove": null,
        "Comment": null,
        "ID": 11,
        "Modified": "2020-07-29T05:51:24Z",
        "Author": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "Editor": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "OData__x005f_HasCopyDestinations": null,
        "OData__x005f_CopySource": null,
        "owshiddenversion": 7,
        "WorkflowVersion": 1,
        "OData__x005f_UIVersion": 1024,
        "OData__x005f_UIVersionString": "2.0",
        "Attachments": true,
        "OData__x005f_ModerationStatus": 0,
        "InstanceID": null,
        "Order": 1100,
        "GUID": "f22dfd1d-24f0-4c5f-8b22-6528c0e91455",
        "WorkflowInstanceID": null,
        "FileRef": "/site/Lists/Legal Request/11_.000",
        "FileDirRef": "/site/Lists/Legal Request",
        "Last_x005f_x0020_x005f_Modified": "2020-07-24T14:08:45Z",
        "Created_x005f_x0020_x005f_Date": "2020-07-24T14:08:45Z",
        "FSObjType": "0",
        "SortBehavior": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 11,
          "LookupValue": "0"
        },
        "FileLeafRef": "11_.000",
        "UniqueId": "abc3d345-ee69-4850-8adf-352cd51a17a4",
        "SyncClientId": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 11,
          "LookupValue": null
        },
        "ProgId": "",
        "ScopeId": "{41E3778F-1824-4A4D-8B81-5C39B65BAB3D}",
        "MetaInfo": "",
        "OData__x005f_Level": 1,
        "OData__x005f_IsCurrentVersion": false,
        "ItemChildCount": "0",
        "FolderChildCount": "0",
        "Restricted": "",
        "OriginatorId": "",
        "NoExecute": "0",
        "ContentVersion": "0",
        "OData__x005f_ComplianceFlags": "",
        "OData__x005f_ComplianceTag": "",
        "OData__x005f_ComplianceTagWrittenTime": "",
        "OData__x005f_ComplianceTagUserId": "",
        "AccessPolicy": "",
        "OData__x005f_VirusStatus": "",
        "OData__x005f_VirusVendorID": "",
        "OData__x005f_VirusInfo": "",
        "AppAuthor": null,
        "AppEditor": null,
        "SMTotalSize": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 7910,
          "LookupValue": ""
        },
        "SMLastModifiedDate": "2020-08-04T11:44:07Z",
        "SMTotalFileStreamSize": "0",
        "SMTotalFileCount": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 0,
          "LookupValue": ""
        },
        "OData__x005f_CommentFlags": "",
        "OData__x005f_CommentCount": ""
      },
      {
        "__metadata": {
          "id": "***_api/SP.ListItemVersion187213a9-3c1d-4f25-b789-3f7e48dfc901",
          "uri": "***_api/SP.ListItemVersion187213a9-3c1d-4f25-b789-3f7e48dfc901",
          "type": "SP.ListItemVersion"
        },
        "CreatedBy": {
          "__deferred": {
            "uri": "***_api/SP.ListItemVersion187213a9-3c1d-4f25-b789-3f7e48dfc901/CreatedBy"
          }
        },
        "Fields": {
          "__deferred": {
            "uri": "***_api/SP.ListItemVersion187213a9-3c1d-4f25-b789-3f7e48dfc901/Fields"
          }
        },
        "FileVersion": {
          "__deferred": {
            "uri": "***_api/SP.ListItemVersion187213a9-3c1d-4f25-b789-3f7e48dfc901/FileVersion"
          }
        },
        "Created": "2020-07-27T06:01:31",
        "IsCurrentVersion": false,
        "VersionId": 512,
        "VersionLabel": "1.0",
        "ContentTypeId": {
          "__metadata": {
            "type": "SP.ContentTypeId"
          },
          "StringValue": "0x0100EC80A015AF11544CBF624F41C03D4C42"
        },
        "Title": "ITC",
        "OData__x005f_ModerationComments": null,
        "File_x005f_x0020_x005f_Type": null,
        "ComplianceAssetId": null,
        "IncrementNumber": 11,
        "Requester": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "IssueNo": "Legal-0011",
        "DateRequested": "2020-07-23T16:00:00Z",
        "RequestType": "Contract Review",
        "Entity": null,
        "OtherEntity": null,
        "CounterpartyType": "Variation",
        "CounterpartyName": "Eastern Telecom",
        "CounterpartyContactName": "Knicka Somera",
        "CounterpartyContactNum": "09288377655",
        "CounterpartyContactEmail": "knicka@eastern.com",
        "CounterpartyContactLegal": null,
        "CounterpartyContactedB4": "Don't Know",
        "CounterpartyContactedYES": null,
        "CounterpartyChecks": "Don't know",
        "CounterpartyChecksYES": null,
        "ContractCommencement": "Annual",
        "ContractExpiry": "2021-07-23T16:00:00Z",
        "ContractDescription": "ISP for Tenant",
        "ContractGUSRole": "NA",
        "ContractCounterpartyOb": "Coordination",
        "ContractTotalValue": "188284673",
        "ContractCurrency": "PHP",
        "ContractAgreedPay": null,
        "ContractAttachment": "0",
        "ContractServiceCredit": "No",
        "ContractServiceCreditYES": null,
        "ContractGUSTerm": null,
        "ContractCounterpartTerm": null,
        "ContractAccessConfi": "No",
        "ContractAccessConfiYES": null,
        "ContractPartyPersonalAttach": "0",
        "ContractMemorandumAttach": "0",
        "ContractOtherParties": "No",
        "ContractOtherPartiesYES": null,
        "Comments": null,
        "CommentsStatements": null,
        "AuthorisationTick": null,
        "RequestingPerson": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "RequestingDAte": "2020-07-23T16:00:00Z",
        "LineManager": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 34,
          "LookupValue": "Manager Name",
          "Email": "Manager Email"
        },
        "LineManagerApproval": "Approved",
        "LegalAssignee": null,
        "Status": "Pending",
        "AutoTicket": {
          "__metadata": {
            "type": "SP.FieldUrlValue"
          },
          "Description": "Stage 1",
          "Url": "***_layouts/15/wrkstat.aspx?List=a0793150-5fb7-4d3d-a2ca-7e0a42f9acb5&WorkflowInstanceName=a18dd51b-1d8f-4d1e-b702-f218338f11f7"
        },
        "CounterpartGDPR": null,
        "LineMDateApprove": null,
        "LegalApproval": null,
        "LegalDateApprove": null,
        "Comment": null,
        "ID": 11,
        "Modified": "2020-07-27T06:01:31Z",
        "Author": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "Editor": {
          "__metadata": {
            "type": "SP.FieldUserValue"
          },
          "LookupId": 14,
          "LookupValue": "User Name",
          "Email": "User Email"
        },
        "OData__x005f_HasCopyDestinations": null,
        "OData__x005f_CopySource": null,
        "owshiddenversion": 6,
        "WorkflowVersion": 1,
        "OData__x005f_UIVersion": 512,
        "OData__x005f_UIVersionString": "1.0",
        "Attachments": true,
        "OData__x005f_ModerationStatus": 0,
        "InstanceID": null,
        "Order": 1100,
        "GUID": "f22dfd1d-24f0-4c5f-8b22-6528c0e91455",
        "WorkflowInstanceID": null,
        "FileRef": "/site/Lists/Legal Request/11_.000",
        "FileDirRef": "/site/Lists/Legal Request",
        "Last_x005f_x0020_x005f_Modified": "2020-07-24T14:08:45Z",
        "Created_x005f_x0020_x005f_Date": "2020-07-24T14:08:45Z",
        "FSObjType": "0",
        "SortBehavior": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 11,
          "LookupValue": "0"
        },
        "FileLeafRef": "11_.000",
        "UniqueId": "abc3d345-ee69-4850-8adf-352cd51a17a4",
        "SyncClientId": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 11,
          "LookupValue": null
        },
        "ProgId": "",
        "ScopeId": "{41E3778F-1824-4A4D-8B81-5C39B65BAB3D}",
        "MetaInfo": "",
        "OData__x005f_Level": 1,
        "OData__x005f_IsCurrentVersion": false,
        "ItemChildCount": "0",
        "FolderChildCount": "0",
        "Restricted": "",
        "OriginatorId": "",
        "NoExecute": "0",
        "ContentVersion": "0",
        "OData__x005f_ComplianceFlags": "",
        "OData__x005f_ComplianceTag": "",
        "OData__x005f_ComplianceTagWrittenTime": "",
        "OData__x005f_ComplianceTagUserId": "",
        "AccessPolicy": "",
        "OData__x005f_VirusStatus": "",
        "OData__x005f_VirusVendorID": "",
        "OData__x005f_VirusInfo": "",
        "AppAuthor": null,
        "AppEditor": null,
        "SMTotalSize": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 7910,
          "LookupValue": ""
        },
        "SMLastModifiedDate": "2020-08-04T11:44:07Z",
        "SMTotalFileStreamSize": "0",
        "SMTotalFileCount": {
          "__metadata": {
            "type": "SP.FieldLookupValue"
          },
          "LookupId": 0,
          "LookupValue": ""
        },
        "OData__x005f_CommentFlags": "",
        "OData__x005f_CommentCount": ""
      }
    ]
  }
}

 

Appreciate your help on this. Thank you!

Hello @kristinamariz 

After the parse JSON action you could do something like this:

parseJson.png

1) For each "result" item: 

outputs('Parse_JSON')?['d']?['results']

2) Get the comments value:

items('apply_to_each')?['comments']

 

Hope it helps!

Ferran 

Did I answer your question? Please consider to mark my post as a solution to help others.
Proud to be a Flownaut!

Hi @fchopo, will try this and keep you posted. Thankie!

Hi @fchopo, I still encounter error for "Apply to each" action:

kristinamariz_0-1596632318263.png

 

kristinamariz_1-1596632351117.png

Kindly check. Thank you!

Hi @fchopo, I was able to generate the value for the "Apply to each" when I made a test result for the parse JSON action that you showed me. With that, I can now show the comments form the app!

 

Before adding comment, here's the existing list (thought I haven't filtered yet comments that are null):

kristinamariz_0-1597049314700.png

 

After submitting a comment:

kristinamariz_1-1597049378583.png

 

Appreciate your patience and thank you so much for the guidance! 😁

Hi @kristinamariz, I am having exactly the same issue but I am unable to see how you have resolved the problem. Perhaps you can assist. In the 'Apply to each' step I see you have applied the expression. That seems OK. It is the next step, where I am confused. What is "Get Comment", is it "compose" or "get items". I have tested various combinations but I always end up with same message

The execution of template action 'Apply_to_each' failed: the result of the evaluation of 'foreach' expression '@outputs('Parse_JSON')?['Comment']?['results']' is of type 'Null'. The result must be a valid array.

Any assistance would be greatly appreciated.

Thanks

Hi @FrankBZero,

 

What I did was to remove the parse Json action, then manually added "apply to each".  I tried to manipulate the value of the body and it worked for my 2 flows for internal and external user comments:

ApplyToEach.PNG

 

Here's what I used as the value of the body in "Apply to each" for your reference:

@{outputs('Send_an_HTTP_request_to_SharePoint')?['body/value']}

Hi Kristinamariz, many thanks for coming back to me. I tried your suggested steps and using the "Apply to each" and the flow says that it ran successfully. However, when I look into the apply to each I see that it has failed..PowerAutomateFail.PNG

 

So you see, I have a failed for each comment and then I have status code 200 

Is your "Condition" providing anything further?

Any ideas?

Thanks again. F

Hi Frank, it seems that you have a missing action between "Apply to each" and "Respond to a powerapp or flow". Please see this link for reference: https://www.c-sharpcorner.com/article/display-appended-comments-version-history-from-sharepoint-list...

Hi Kristina, indeed that step was missing so now added but I am still getting failed on the Apply to eachPowerAutomateFail.PNG

Thanks again for your feedback.

Hi Frank, can you share your condition? Here's my condition for the action "Apply to each":

not(empty(items('Apply_to_each')[variables('ColumnName')])) is equal to 'true'

Hi Kristina, failing on this as I am missing the point!! I understood you were trying to add Internal and External comments and append (together) that is why you used the condition......but actually you are saying if 'Comment' is not empty then 'Apply to each' ?? Nevertheless.....based on this I inserted your condition:

PowerAutomateFail1.PNG

and then thinking if expression is false follow the "If no":

PowerAutomateFail.PNG

But I end up with the same....I suspect, I have it all wrong with the condition? Cheers F

 

Hi Frank, I have the opposite:

 

kristinamariz_0-1614683654846.png

If the comment is not empty, it will display the comment if yes.

Hi Kristin, still no luck. I have replicated as your picture above. It appears I get some successful records but in fact it all fails as no result is passed. 

PowerAutomateFail.PNG

Let me know if you have any further suggestions. Many thanks F

Helpful resources

Announcements

Exclusive LIVE Community Event: Power Apps Copilot Coffee Chat with Copilot Studio Product Team

It's time for the SECOND Power Apps Copilot Coffee Chat featuring the Copilot Studio product team, which will be held LIVE on April 3, 2024 at 9:30 AM Pacific Daylight Time (PDT).     This is an incredible opportunity to connect with members of the Copilot Studio product team and ask them anything about Copilot Studio. We'll share our special guests with you shortly--but we want to encourage to mark your calendars now because you will not want to miss the conversation.   This live event will give you the unique opportunity to learn more about Copilot Studio plans, where we’ll focus, and get insight into upcoming features. We’re looking forward to hearing from the community, so bring your questions!   TO GET ACCESS TO THIS EXCLUSIVE AMA: Kudo this post to reserve your spot! Reserve your spot now by kudoing this post.  Reservations will be prioritized on when your kudo for the post comes through, so don't wait! Click that "kudo button" today.   Invitations will be sent on April 2nd.Users posting Kudos after April 2nd at 9AM PDT may not receive an invitation but will be able to view the session online after conclusion of the event. Give your "kudo" today and mark your calendars for April 3, 2024 at 9:30 AM PDT and join us for an engaging and informative session!

Tuesday Tip: Unlocking Community Achievements and Earning Badges

TUESDAY TIPS are our way of communicating helpful things we've learned or shared that have helped members of the Community. Whether you're just getting started or you're a seasoned pro, Tuesday Tips will help you know where to go, what to look for, and navigate your way through the ever-growing--and ever-changing--world of the Power Platform Community! We cover basics about the Community, provide a few "insider tips" to make your experience even better, and share best practices gleaned from our most active community members and Super Users.   With so many new Community members joining us each week, we'll also review a few of our "best practices" so you know just "how" the Community works, so make sure to watch the News & Announcements each week for the latest and greatest Tuesday Tips!     THIS WEEK'S TIP: Unlocking Achievements and Earning BadgesAcross the Communities, you'll see badges on users profile that recognize and reward their engagement and contributions. These badges each signify a different achievement--and all of those achievements are available to any Community member! If you're a seasoned pro or just getting started, you too can earn badges for the great work you do. Check out some details on Community badges below--and find out more in the detailed link at the end of the article!       A Diverse Range of Badges to Collect The badges you can earn in the Community cover a wide array of activities, including: Kudos Received: Acknowledges the number of times a user’s post has been appreciated with a “Kudo.”Kudos Given: Highlights the user’s generosity in recognizing others’ contributions.Topics Created: Tracks the number of discussions initiated by a user.Solutions Provided: Celebrates the instances where a user’s response is marked as the correct solution.Reply: Counts the number of times a user has engaged with community discussions.Blog Contributor: Honors those who contribute valuable content and are invited to write for the community blog.       A Community Evolving Together Badges are not only a great way to recognize outstanding contributions of our amazing Community members--they are also a way to continue fostering a collaborative and supportive environment. As you continue to share your knowledge and assist each other these badges serve as a visual representation of your valuable contributions.   Find out more about badges in these Community Support pages in each Community: All About Community Badges - Power Apps CommunityAll About Community Badges - Power Automate CommunityAll About Community Badges - Copilot Studio CommunityAll About Community Badges - Power Pages Community

Tuesday Tips: Powering Up Your Community Profile

TUESDAY TIPS are our way of communicating helpful things we've learned or shared that have helped members of the Community. Whether you're just getting started or you're a seasoned pro, Tuesday Tips will help you know where to go, what to look for, and navigate your way through the ever-growing--and ever-changing--world of the Power Platform Community! We cover basics about the Community, provide a few "insider tips" to make your experience even better, and share best practices gleaned from our most active community members and Super Users.   With so many new Community members joining us each week, we'll also review a few of our "best practices" so you know just "how" the Community works, so make sure to watch the News & Announcements each week for the latest and greatest Tuesday Tips!   This Week's Tip: Power Up Your Profile!  🚀 It's where every Community member gets their start, and it's essential that you keep it updated! Your Community User Profile is how you're able to get messages, post solutions, ask questions--and as you rank up, it's where your badges will appear and how you'll be known when you start blogging in the Community Blog. Your Community User Profile is how the Community knows you--so it's essential that it works the way you need it to! From changing your username to updating contact information, this Knowledge Base Article is your best resource for powering up your profile.     Password Puzzles? No Problem! Find out how to sync your Azure AD password with your community account, ensuring a seamless sign-in. No separate passwords to remember! Job Jumps & Email Swaps Changed jobs? Got a new email? Fear not! You'll find out how to link your shiny new email to your existing community account, keeping your contributions and connections intact. Username Uncertainties Unraveled Picking the perfect username is crucial--and sometimes the original choice you signed up with doesn't fit as well as you may have thought. There's a quick way to request an update here--but remember, your username is your community identity, so choose wisely. "Need Admin Approval" Warning Window? If you see this error message while using the community, don't worry. A simple process will help you get where you need to go. If you still need assistance, find out how to contact your Community Support team. Whatever you're looking for, when it comes to your profile, the Community Account Support Knowledge Base article is your treasure trove of tips as you navigate the nuances of your Community Profile. It’s the ultimate resource for keeping your digital identity in tip-top shape while engaging with the Power Platform Community. So, dive in and power up your profile today!  💪🚀   Community Account Support | Power Apps Community Account Support | Power AutomateCommunity Account Support | Copilot Studio  Community Account Support | Power Pages

Super User of the Month | Chris Piasecki

In our 2nd installment of this new ongoing feature in the Community, we're thrilled to announce that Chris Piasecki is our Super User of the Month for March 2024. If you've been in the Community for a while, we're sure you've seen a comment or marked one of Chris' helpful tips as a solution--he's been a Super User for SEVEN consecutive seasons!   Since authoring his first reply in April 2020 to his most recent achievement organizing the Canadian Power Platform Summit this month, Chris has helped countless Community members with his insights and expertise. In addition to being a Super User, Chris is also a User Group leader, Microsoft MVP, and a featured speaker at the Microsoft Power Platform Conference. His contributions to the new SUIT program, along with his joyous personality and willingness to jump in and help so many members has made Chris a fixture in the Power Platform Community.   When Chris isn't authoring solutions or organizing events, he's actively leading Piasecki Consulting, specializing in solution architecture, integration, DevOps, and more--helping clients discover how to strategize and implement Microsoft's technology platforms. We are grateful for Chris' insightful help in the Community and look forward to even more amazing milestones as he continues to assist so many with his great tips, solutions--always with a smile and a great sense of humor.You can find Chris in the Community and on LinkedIn. Thanks for being such a SUPER user, Chris! 💪 🌠  

Find Out What Makes Super Users So Super

We know many of you visit the Power Platform Communities to ask questions and receive answers. But do you know that many of our best answers and solutions come from Community members who are super active, helping anyone who needs a little help getting unstuck with Business Applications products? We call these dedicated Community members Super Users because they are the real heroes in the Community, willing to jump in whenever they can to help! Maybe you've encountered them yourself and they've solved some of your biggest questions. Have you ever wondered, "Why?"We interviewed several of our Super Users to understand what drives them to help in the Community--and discover the difference it has made in their lives as well! Take a look in our gallery today: What Motivates a Super User? - Power Platform Community (microsoft.com)

March User Group Update: New Groups and Upcoming Events!

  Welcome to this month’s celebration of our Community User Groups and exciting User Group events. We’re thrilled to introduce some brand-new user groups that have recently joined our vibrant community. Plus, we’ve got a lineup of engaging events you won’t want to miss. Let’s jump right in: New User Groups   Sacramento Power Platform GroupANZ Power Platform COE User GroupPower Platform MongoliaPower Platform User Group OmanPower Platform User Group Delta StateMid Michigan Power Platform Upcoming Events  DUG4MFG - Quarterly Meetup - Microsoft Demand PlanningDate: 19 Mar 2024 | 10:30 AM to 12:30 PM Central America Standard TimeDescription: Dive into the world of manufacturing with a focus on Demand Planning. Learn from industry experts and share your insights. Dynamics User Group HoustonDate: 07 Mar 2024 | 11:00 AM to 01:00 PM Central America Standard TimeDescription: Houston, get ready for an immersive session on Dynamics 365 and the Power Platform. Connect with fellow professionals and expand your knowledge. Reading Dynamics 365 & Power Platform User Group (Q1)Date: 05 Mar 2024 | 06:00 PM to 09:00 PM GMT Standard TimeDescription: Join our virtual meetup for insightful discussions, demos, and community updates. Let’s kick off Q1 with a bang! Leaders, Create Your Events!  Leaders of existing User Groups, don’t forget to create your events within the Community platform. By doing so, you’ll enable us to share them in future posts and newsletters. Let’s spread the word and make these gatherings even more impactful! Stay tuned for more updates, inspiring stories, and collaborative opportunities from and for our Community User Groups.   P.S. Have an event or success story to share? Reach out to us – we’d love to feature you!

Users online (6,933)