79686867

Date: 2025-07-02 05:45:03
Score: 1.5
Natty:
Report link
  1. Initialize your (JSON object from a SharePoint list) as an Array

  2. Parse the JSON Object

  3. Using Select - Data Operation to get values - Company, Date From, Date To and Title

  4. Append to string variable to get

    [
      {
        "Company": "Line2",
        "Date From": "2022-03-21",
        "Date To": "2022-03-29",
        "Title": "Title 2"
      },
      {
        "Company": "Test1",
        "Date From": "2022-03-30",
        "Date To": "2022-03-31",
        "Title": "Title 1"
      }
    ]enter image deenter image description herescription here
    
Reasons:
  • Blacklisted phrase (1): enter image description here
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Vijayamathankumar