cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
RichDA
Regular Visitor

Parsing JSON Array into sql table

Hello fellow automaters,

 

Fairly new to Power Automate and still learning, working on a project to grab data from a site, and import to a SQL Server table. The shorthand issue is:

 

- it's either complaining about "expected object but got array" if I run it as an object, but if I do run it as an array then I can't see the items in the body for the insert.

 

I'm grabbing multiple rows of users from a website "table", downloading it, parsing the json ok but when it comes to the sql insert if it's first line is array then the fields do not appear for selecting, if an object they do but it doesn't like it when it comes to testing. The idea is to insert into a table, each user could have multiple rows for some of the fields to boot (at least two).

RichDA_0-1719398760264.png

RichDA_1-1719398791609.png

 

My JSON is below (wouldn't let me attach as a file, I know it's considerable in size). Changing the first "type: object" to "type: array" is how I've been modifying so far.

If anybody could point me in the right direction it would be greatly appreciated as I've tried the last few days google searching but can't seem to find an issue similar enough to this to be sure.

 

 

 

 

{
    "type": "object",
    "properties": {
        "content": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "Id": {
                        "type": "integer"
                    },
                    "StatusId": {
                        "type": "integer"
                    },
                    "Status": {
                        "type": "string"
                    },
                    "DateSent": {
                        "type": "string"
                    },
                    "LastUpdatedDate": {
                        "type": "string"
                    },
                    "AcademicYear": {
                        "type": "string"
                    },
                    "AcademicYearId": {
                        "type": "integer"
                    },
                    "LearnerId": {
                        "type": "integer"
                    },
                    "ULN": {
                        "type": "string"
                    },
                    "UPN": {
                        "type": "string"
                    },
                    "CCISNumber": {},
                    "OtherId": {},
                    "Forename": {
                        "type": "string"
                    },
                    "Surname": {
                        "type": "string"
                    },
                    "PreferredFirstName": {
                        "type": "string"
                    },
                    "PreferredLastName": {},
                    "DateOfBirth": {
                        "type": "string"
                    },
                    "YearGroup": {
                        "type": "integer"
                    },
                    "CurrentSchool": {
                        "type": "string"
                    },
                    "CurrentOOASchool": {},
                    "LegalGender": {
                        "type": "string"
                    },
                    "GenderIdentity": {},
                    "HomePhoneNumber": {
                        "type": "string"
                    },
                    "PersonalPhoneNumber": {
                        "type": "string"
                    },
                    "SchoolEmailAddress": {
                        "type": "string"
                    },
                    "PersonalEmailAddress": {
                        "type": "string"
                    },
                    "AddressLine1": {
                        "type": "string"
                    },
                    "AddressLine2": {
                        "type": "string"
                    },
                    "Town": {
                        "type": "string"
                    },
                    "County": {
                        "type": "string"
                    },
                    "Nationality": {
                        "type": "string"
                    },
                    "NationalityCode": {
                        "type": "string"
                    },
                    "Postcode": {
                        "type": "string"
                    },
                    "Country": {
                        "type": "string"
                    },
                    "PreviousCountry": {},
                    "UKThreeYears": {
                        "type": "boolean"
                    },
                    "UKEntryDate": {},
                    "EnglishFirstLanguage": {},
                    "FirstLanguageIfDifferent": {
                        "type": "string"
                    },
                    "FirstLanguageCode": {
                        "type": "string"
                    },
                    "IntendToMove": {
                        "type": "boolean"
                    },
                    "IntendedMoveDetails": {},
                    "LLDDHealthProblems": {
                        "type": "string"
                    },
                    "LLDDHealthProblemsMore": {},
                    "EHCP": {
                        "type": "string"
                    },
                    "Ethnicity": {
                        "type": "string"
                    },
                    "EthnicityCode": {
                        "type": "string"
                    },
                    "EthnicityDFECode": {
                        "type": "string"
                    },
                    "SexualOrientation": {},
                    "SexualOrientationCode": {},
                    "SexualOrientationOther": {},
                    "ReligionBelief": {
                        "type": "string"
                    },
                    "ReligionBeliefCode": {
                        "type": "string"
                    },
                    "ReligionBeliefOther": {},
                    "ParentRelationship": {
                        "type": "string"
                    },
                    "ParentTitle": {
                        "type": "string"
                    },
                    "ParentFirstName": {
                        "type": "string"
                    },
                    "ParentLastName": {
                        "type": "string"
                    },
                    "ParentTelephone1": {
                        "type": "string"
                    },
                    "ParentTelephone2": {
                        "type": "string"
                    },
                    "ParentEmailAddress": {
                        "type": "string"
                    },
                    "ParentLiveWith": {
                        "type": "boolean"
                    },
                    "ParentLiveWithExplain": {},
                    "ParentAddressLine1": {},
                    "ParentAddressLine2": {},
                    "ParentTown": {},
                    "ParentCounty": {
                        "type": "string"
                    },
                    "ParentPostcode": {},
                    "ParentCountry": {
                        "type": "string"
                    },
                    "Parent2Relationship": {},
                    "Parent2Title": {},
                    "Parent2FirstName": {},
                    "Parent2LastName": {},
                    "Parent2Telephone1": {},
                    "Parent2Telephone2": {},
                    "Parent2EmailAddress": {},
                    "Parent2LiveWith": {},
                    "Parent2LiveWithExplain": {},
                    "Parent2AddressLine1": {},
                    "Parent2AddressLine2": {},
                    "Parent2Town": {},
                    "Parent2County": {},
                    "Parent2Postcode": {},
                    "Parent2Country": {},
                    "WorkExperience": {
                        "type": "string"
                    },
                    "ReferenceOneName": {},
                    "ReferenceOneRelationship": {},
                    "ReferenceOneAddress": {},
                    "ReferenceOneOrganisation": {},
                    "ReferenceOneTelephoneNumber": {},
                    "ReferenceOneEmailAddress": {},
                    "ReferenceTwoName": {},
                    "ReferenceTwoRelationship": {},
                    "ReferenceTwoAddress": {},
                    "ReferenceTwoOrganisation": {},
                    "ReferenceTwoTelephoneNumber": {},
                    "ReferenceTwoEmailAddress": {},
                    "PersonalStatement": {
                        "type": "string"
                    },
                    "Question1": {},
                    "Question1Answer": {},
                    "Question2": {},
                    "Question2Answer": {},
                    "Question3": {},
                    "Question3Answer": {},
                    "Question4": {},
                    "Question4Answer": {},
                    "Question5": {},
                    "Question5Answer": {},
                    "Question6": {},
                    "Question6Answer": {},
                    "Question7": {},
                    "Question7Answer": {},
                    "Question8": {},
                    "Question8Answer": {},
                    "Question9": {},
                    "Question9Answer": {},
                    "Question10": {},
                    "Question10Answer": {},
                    "Preference": {
                        "type": "string"
                    },
                    "Qualifications": {
                        "type": "array",
                        "items": {
                            "type": "object",
                            "properties": {
                                "QualificationTypeId": {
                                    "type": "integer"
                                },
                                "Qualification": {
                                    "type": "string"
                                },
                                "QualificationCode": {
                                    "type": "string"
                                },
                                "Subject": {
                                    "type": "string"
                                },
                                "ActualGradeId": {},
                                "ActualGrade": {},
                                "EstimatedGradeId": {
                                    "type": "integer"
                                },
                                "EstimatedGrade": {
                                    "type": "string"
                                },
                                "CompletionDate": {
                                    "type": "string"
                                },
                                "QANCode": {
                                    "type": "string"
                                },
                                "Source": {
                                    "type": "string"
                                }
                            },
                            "required": [
                                "QualificationTypeId",
                                "Qualification",
                                "QualificationCode",
                                "Subject",
                                "ActualGradeId",
                                "ActualGrade",
                                "EstimatedGradeId",
                                "EstimatedGrade",
                                "CompletionDate",
                                "QANCode",
                                "Source"
                            ]
                        }
                    },
                    "Courses": {
                        "type": "array",
                        "items": {
                            "type": "object",
                            "properties": {
                                "OpportunityId": {
                                    "type": "integer"
                                },
                                "Preference": {
                                    "type": "integer"
                                },
                                "Title": {
                                    "type": "string"
                                },
                                "TitleExtension": {},
                                "Code": {
                                    "type": "string"
                                },
                                "LARACode": {
                                    "type": "string"
                                },
                                "QualificationType": {
                                    "type": "string"
                                },
                                "QualificationTypeCode": {
                                    "type": "string"
                                },
                                "QualificationLevel": {
                                    "type": "string"
                                },
                                "QualificationLevelCode": {
                                    "type": "string"
                                },
                                "ReserveCourseChoice": {
                                    "type": "string"
                                }
                            },
                            "required": [
                                "OpportunityId",
                                "Preference",
                                "Title",
                                "TitleExtension",
                                "Code",
                                "LARACode",
                                "QualificationType",
                                "QualificationTypeCode",
                                "QualificationLevel",
                                "QualificationLevelCode",
                                "ReserveCourseChoice"
                            ]
                        }
                    },
                    "WhyChosenCourses": {
                        "type": "string"
                    },
                    "Reference": {},
                    "SupportRequired": {
                        "type": "boolean"
                    }
                },
                "required": [
                    "Id",
                    "StatusId",
                    "Status",
                    "DateSent",
                    "LastUpdatedDate",
                    "AcademicYear",
                    "AcademicYearId",
                    "LearnerId",
                    "ULN",
                    "UPN",
                    "CCISNumber",
                    "OtherId",
                    "Forename",
                    "Surname",
                    "PreferredFirstName",
                    "PreferredLastName",
                    "DateOfBirth",
                    "YearGroup",
                    "CurrentSchool",
                    "CurrentOOASchool",
                    "LegalGender",
                    "GenderIdentity",
                    "HomePhoneNumber",
                    "PersonalPhoneNumber",
                    "SchoolEmailAddress",
                    "PersonalEmailAddress",
                    "AddressLine1",
                    "AddressLine2",
                    "Town",
                    "County",
                    "Nationality",
                    "NationalityCode",
                    "Postcode",
                    "Country",
                    "PreviousCountry",
                    "UKThreeYears",
                    "UKEntryDate",
                    "EnglishFirstLanguage",
                    "FirstLanguageIfDifferent",
                    "FirstLanguageCode",
                    "IntendToMove",
                    "IntendedMoveDetails",
                    "LLDDHealthProblems",
                    "LLDDHealthProblemsMore",
                    "EHCP",
                    "Ethnicity",
                    "EthnicityCode",
                    "EthnicityDFECode",
                    "SexualOrientation",
                    "SexualOrientationCode",
                    "SexualOrientationOther",
                    "ReligionBelief",
                    "ReligionBeliefCode",
                    "ReligionBeliefOther",
                    "ParentRelationship",
                    "ParentTitle",
                    "ParentFirstName",
                    "ParentLastName",
                    "ParentTelephone1",
                    "ParentTelephone2",
                    "ParentEmailAddress",
                    "ParentLiveWith",
                    "ParentLiveWithExplain",
                    "ParentAddressLine1",
                    "ParentAddressLine2",
                    "ParentTown",
                    "ParentCounty",
                    "ParentPostcode",
                    "ParentCountry",
                    "Parent2Relationship",
                    "Parent2Title",
                    "Parent2FirstName",
                    "Parent2LastName",
                    "Parent2Telephone1",
                    "Parent2Telephone2",
                    "Parent2EmailAddress",
                    "Parent2LiveWith",
                    "Parent2LiveWithExplain",
                    "Parent2AddressLine1",
                    "Parent2AddressLine2",
                    "Parent2Town",
                    "Parent2County",
                    "Parent2Postcode",
                    "Parent2Country",
                    "WorkExperience",
                    "ReferenceOneName",
                    "ReferenceOneRelationship",
                    "ReferenceOneAddress",
                    "ReferenceOneOrganisation",
                    "ReferenceOneTelephoneNumber",
                    "ReferenceOneEmailAddress",
                    "ReferenceTwoName",
                    "ReferenceTwoRelationship",
                    "ReferenceTwoAddress",
                    "ReferenceTwoOrganisation",
                    "ReferenceTwoTelephoneNumber",
                    "ReferenceTwoEmailAddress",
                    "PersonalStatement",
                    "Question1",
                    "Question1Answer",
                    "Question2",
                    "Question2Answer",
                    "Question3",
                    "Question3Answer",
                    "Question4",
                    "Question4Answer",
                    "Question5",
                    "Question5Answer",
                    "Question6",
                    "Question6Answer",
                    "Question7",
                    "Question7Answer",
                    "Question8",
                    "Question8Answer",
                    "Question9",
                    "Question9Answer",
                    "Question10",
                    "Question10Answer",
                    "Preference",
                    "Qualifications",
                    "Courses",
                    "WhyChosenCourses",
                    "Reference",
                    "SupportRequired"
                ]
            }
        }
    }
}

 

11 REPLIES 11
abm
Most Valuable Professional
Most Valuable Professional

Hi @RichDA 

 

Could you please post the mapping of the Parse JSON step content? Also give me the text value of this.

 

image.png

 

 



Did I answer your question? Mark my post as a solution!

If you liked my response, please consider giving it a thumbs up


Proud to be a Flownaut!

Learn more from my blog
Power Automate Video Tutorials

Hi Abm,

 

Certainly, here it is:

RichDA_1-1719401403189.png

 

 

abm
Most Valuable Professional
Most Valuable Professional

Hi @RichDA 

 

Like I mentioned I need to see the text mapping of this? Hover over your mouse and see the text. Let me know what it says?

 

image.png



Did I answer your question? Mark my post as a solution!

If you liked my response, please consider giving it a thumbs up


Proud to be a Flownaut!

Learn more from my blog
Power Automate Video Tutorials
RichDA
Regular Visitor

Hi Abm,

 

please see below image:

RichDA_0-1719411012050.png

 

abm
Most Valuable Professional
Most Valuable Professional

Hi @RichDA 

 

Remove the current mapping. Click the expression and add the below

 

body('HTTP')?['content']



Did I answer your question? Mark my post as a solution!

If you liked my response, please consider giving it a thumbs up


Proud to be a Flownaut!

Learn more from my blog
Power Automate Video Tutorials

Thanks for that, unfortunately still nothing appears in the input area for SQL

RichDA_1-1719412559085.png

 

RichDA_0-1719412470712.png

abm
Most Valuable Professional
Most Valuable Professional

Hi @RichDA 

 

Its my bad try the below

body('HTTP')?['properties']?['content']

 

If this doesn't work please post a sample http body data. I will have a look.

 

Thanks

 



Did I answer your question? Mark my post as a solution!

If you liked my response, please consider giving it a thumbs up


Proud to be a Flownaut!

Learn more from my blog
Power Automate Video Tutorials

Still no luck unfortunately

RichDA_0-1719473908661.png

 

by body data, did you mean the input/output?

Hi ABM,

Below is the HTTP output assuming this is what you wanted, the previous thing you mentioned did not work. Let me know if there's anything else you might need.

 

 

{
  "statusCode": 200,
  "headers": {
    "Cache-Control": "private",
    "Vary": "Accept",
    "Server": "Microsoft-IIS/10.0",
    "X-Powered-By": "ServiceStack/4.512 NET45 Win32NT/.NET",
    "Access-Control-Allow-Origin": "*",
    "Access-Control-Allow-Methods": "GET, POST",
    "Access-Control-Allow-Headers": "Content-Type",
    "X-AspNet-Version": "4.0.30319",
    "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
    "Date": "Wed, 26 Jun 2024 10:13:41 GMT",
    "Content-Type": "application/json; charset=utf-8",
    "Content-Length": "24603829"
  },
  "body": [
    {
      "Id": 123,
      "StatusId": 57,
      "Status": "Processing",
      "DateSent": "2024-02-05T14:50:38.9570000",
      "LastUpdatedDate": "2024-02-05T14:50:38.9570000",
      "AcademicYear": "2024-2025",
      "AcademicYearId": 7,
      "LearnerId": 123456789,
      "ULN": "123456",
      "UPN": "Z123456",
      "CCISNumber": null,
      "OtherId": null,
      "Forename": "test a",
      "Surname": "test",
      "PreferredFirstName": "t",
      "PreferredLastName": null,
      "DateOfBirth": "1234-12-34T00:00:00.0000000",
      "YearGroup": 14,
      "CurrentSchool": "ABC",
      "CurrentOOASchool": null,
      "LegalGender": "Female",
      "GenderIdentity": null,
      "HomePhoneNumber": "012345 6789",
      "PersonalPhoneNumber": "012345 6789",
      "SchoolEmailAddress": "email@email.location.sch.uk",
      "PersonalEmailAddress": "email@email.com",
      "AddressLine1": "1 address line",
      "AddressLine2": "M123 456 ",
      "Town": "Town ",
      "County": "County",
      "Nationality": "British",
      "NationalityCode": "GB",
      "Postcode": "L12 345",
      "Country": "United Kingdom",
      "PreviousCountry": null,
      "UKThreeYears": true,
      "UKEntryDate": null,
      "EnglishFirstLanguage": null,
      "FirstLanguageIfDifferent": "English",
      "FirstLanguageCode": "ENG",
      "IntendToMove": false,
      "IntendedMoveDetails": null,
      "LLDDHealthProblems": "No",
      "LLDDHealthProblemsMore": null,
      "EHCP": "No",
      "Ethnicity": "Ethnicity",
      "EthnicityCode": "00",
      "EthnicityDFECode": "ABCD",
      "SexualOrientation": null,
      "SexualOrientationCode": null,
      "SexualOrientationOther": null,
      "ReligionBelief": "religion",
      "ReligionBeliefCode": "AB",
      "ReligionBeliefOther": null,
      "ParentRelationship": "Parents",
      "ParentTitle": "title",
      "ParentFirstName": "parent name",
      "ParentLastName": "surname",
      "ParentTelephone1": "01234 56789",
      "ParentTelephone2": "01234 56789",
      "ParentEmailAddress": "email@email.com",
      "ParentLiveWith": true,
      "ParentLiveWithExplain": null,
      "ParentAddressLine1": null,
      "ParentAddressLine2": null,
      "ParentTown": null,
      "ParentCounty": "county",
      "ParentPostcode": null,
      "ParentCountry": "United Kingdom",
      "Parent2Relationship": null,
      "Parent2Title": null,
      "Parent2FirstName": null,
      "Parent2LastName": null,
      "Parent2Telephone1": null,
      "Parent2Telephone2": null,
      "Parent2EmailAddress": null,
      "Parent2LiveWith": null,
      "Parent2LiveWithExplain": null,
      "Parent2AddressLine1": null,
      "Parent2AddressLine2": null,
      "Parent2Town": null,
      "Parent2County": null,
      "Parent2Postcode": null,
      "Parent2Country": null,
      "WorkExperience": "work experience",
      "ReferenceOneName": null,
      "ReferenceOneRelationship": null,
      "ReferenceOneAddress": null,
      "ReferenceOneOrganisation": null,
      "ReferenceOneTelephoneNumber": null,
      "ReferenceOneEmailAddress": null,
      "ReferenceTwoName": null,
      "ReferenceTwoRelationship": null,
      "ReferenceTwoAddress": null,
      "ReferenceTwoOrganisation": null,
      "ReferenceTwoTelephoneNumber": null,
      "ReferenceTwoEmailAddress": null,
      "PersonalStatement": "\r\npersonal statement\r\n",
      "Question1": null,
      "Question1Answer": null,
      "Question2": null,
      "Question2Answer": null,
      "Question3": null,
      "Question3Answer": null,
      "Question4": null,
      "Question4Answer": null,
      "Question5": null,
      "Question5Answer": null,
      "Question6": null,
      "Question6Answer": null,
      "Question7": null,
      "Question7Answer": null,
      "Question8": null,
      "Question8Answer": null,
      "Question9": null,
      "Question9Answer": null,
      "Question10": null,
      "Question10Answer": null,
      "Preference": "1",
      "Qualifications": [
        {
          "QualificationTypeId": 8,
          "Qualification": "GCSE or Equivalent",
          "QualificationCode": "QT8",
          "Subject": "Business",
          "ActualGradeId": null,
          "ActualGrade": null,
          "EstimatedGradeId": 3,
          "EstimatedGrade": "3",
          "CompletionDate": "2020-07-01T00:00:00.0000000",
          "QANCode": "603/0121/1",
          "Source": "Upload"
        },
        {
          "QualificationTypeId": 8,
          "Qualification": "GCSE or Equivalent",
          "QualificationCode": "QT8",
          "Subject": "English Language",
          "ActualGradeId": null,
          "ActualGrade": null,
          "EstimatedGradeId": 5,
          "EstimatedGrade": "5",
          "CompletionDate": "2020-07-01T00:00:00.0000000",
          "QANCode": "601/4292/2",
          "Source": "Upload"
        },
        {
          "QualificationTypeId": 8,
          "Qualification": "GCSE or Equivalent",
          "QualificationCode": "QT8",
          "Subject": "English Literature",
          "ActualGradeId": null,
          "ActualGrade": null,
          "EstimatedGradeId": 4,
          "EstimatedGrade": "4",
          "CompletionDate": "2020-07-01T00:00:00.0000000",
          "QANCode": "601/4447/5",
          "Source": "Upload"
        },
        {
          "QualificationTypeId": 8,
          "Qualification": "GCSE or Equivalent",
          "QualificationCode": "QT8",
          "Subject": "Geography",
          "ActualGradeId": null,
          "ActualGrade": null,
          "EstimatedGradeId": 4,
          "EstimatedGrade": "4",
          "CompletionDate": "2020-07-01T00:00:00.0000000",
          "QANCode": "601/8410/2",
          "Source": "Upload"
        },
        {
          "QualificationTypeId": 8,
          "Qualification": "GCSE or Equivalent",
          "QualificationCode": "QT8",
          "Subject": "Mathematics",
          "ActualGradeId": null,
          "ActualGrade": null,
          "EstimatedGradeId": 4,
          "EstimatedGrade": "4",
          "CompletionDate": "2020-07-01T00:00:00.0000000",
          "QANCode": "601/4608/3",
          "Source": "Upload"
        },
        {
          "QualificationTypeId": 8,
          "Qualification": "GCSE or Equivalent",
          "QualificationCode": "QT8",
          "Subject": "RE",
          "ActualGradeId": null,
          "ActualGrade": null,
          "EstimatedGradeId": 5,
          "EstimatedGrade": "5",
          "CompletionDate": "2020-07-01T00:00:00.0000000",
          "QANCode": "601/8400/1",
          "Source": "Upload"
        },
        {
          "QualificationTypeId": 8,
          "Qualification": "GCSE or Equivalent",
          "QualificationCode": "QT8",
          "Subject": "Science - Combined",
          "ActualGradeId": null,
          "ActualGrade": null,
          "EstimatedGradeId": 3,
          "EstimatedGrade": "3",
          "CompletionDate": "2020-07-01T00:00:00.0000000",
          "QANCode": "601/8758/X",
          "Source": "Upload"
        },
        {
          "QualificationTypeId": 8,
          "Qualification": "GCSE or Equivalent",
          "QualificationCode": "QT8",
          "Subject": "Health and Social Care",
          "ActualGradeId": null,
          "ActualGrade": null,
          "EstimatedGradeId": 4,
          "EstimatedGrade": "4",
          "CompletionDate": "2021-06-01T00:00:00.0000000",
          "QANCode": null,
          "Source": "Manual"
        }
      ],
      "Courses": [
        {
          "OpportunityId": 119208,
          "Preference": 1,
          "Title": "GCSE Maths (Fast Track)",
          "TitleExtension": null,
          "Code": "MA2GC1Y",
          "LARACode": "60146084",
          "QualificationType": "GCSE or Equivalent",
          "QualificationTypeCode": "QT8",
          "QualificationLevel": "Level 2",
          "QualificationLevelCode": "LV2",
          "ReserveCourseChoice": "False"
        }
      ],
      "WhyChosenCourses": " why chosen courses ",
      "Reference": null,
      "SupportRequired": false
    },
    {
      "Id": 456,
      "StatusId": 57,
      "Status": "Processing",
      "DateSent": "2024-05-20T17:30:14.2930000",
      "LastUpdatedDate": "2024-05-20T17:31:34.0630000",
      "AcademicYear": "2024-2025",
      "AcademicYearId": 7,
      "LearnerId": 228896,
      "ULN": "",
      "UPN": "J856230316113",
      "CCISNumber": "",
      "OtherId": "",
      "Forename": "test b",
      "Surname": "test",
      "PreferredFirstName": null,
      "PreferredLastName": null,
      "DateOfBirth": "1234-12-34T00:00:00.0000000",
      "YearGroup": 13,
      "CurrentSchool": "ABC",
      "CurrentOOASchool": null,
      "LegalGender": "Male",
      "GenderIdentity": null,
      "HomePhoneNumber": null,
      "PersonalPhoneNumber": "01234 56789",
      "SchoolEmailAddress": "email@email.location.sch.uk",
      "PersonalEmailAddress": "email@email.com",
      "AddressLine1": "address line 1",
      "AddressLine2": null,
      "Town": "town",
      "County": "county",
      "Nationality": "nationality",
      "NationalityCode": "AB",
      "Postcode": "ABC D12",
      "Country": "United Kingdom",
      "PreviousCountry": null,
      "UKThreeYears": true,
      "UKEntryDate": null,
      "EnglishFirstLanguage": null,
      "FirstLanguageIfDifferent": "language",
      "FirstLanguageCode": "ABC",
      "IntendToMove": false,
      "IntendedMoveDetails": null,
      "LLDDHealthProblems": "No",
      "LLDDHealthProblemsMore": null,
      "EHCP": "No",
      "Ethnicity": "Not provided",
      "EthnicityCode": "00",
      "EthnicityDFECode": "ABCD",
      "SexualOrientation": null,
      "SexualOrientationCode": null,
      "SexualOrientationOther": null,
      "ReligionBelief": "religion",
      "ReligionBeliefCode": "ABC",
      "ReligionBeliefOther": null,
      "ParentRelationship": "Parents",
      "ParentTitle": "Mr",
      "ParentFirstName": "parent name",
      "ParentLastName": "surname",
      "ParentTelephone1": "01234 56789",
      "ParentTelephone2": "01234 56789",
      "ParentEmailAddress": "email@email.com",
      "ParentLiveWith": true,
      "ParentLiveWithExplain": null,
      "ParentAddressLine1": null,
      "ParentAddressLine2": null,
      "ParentTown": null,
      "ParentCounty": "county",
      "ParentPostcode": null,
      "ParentCountry": "United Kingdom",
      "Parent2Relationship": null,
      "Parent2Title": null,
      "Parent2FirstName": null,
      "Parent2LastName": null,
      "Parent2Telephone1": null,
      "Parent2Telephone2": null,
      "Parent2EmailAddress": null,
      "Parent2LiveWith": null,
      "Parent2LiveWithExplain": null,
      "Parent2AddressLine1": null,
      "Parent2AddressLine2": null,
      "Parent2Town": null,
      "Parent2County": null,
      "Parent2Postcode": null,
      "Parent2Country": null,
      "WorkExperience": "work experience",
      "ReferenceOneName": null,
      "ReferenceOneRelationship": null,
      "ReferenceOneAddress": null,
      "ReferenceOneOrganisation": null,
      "ReferenceOneTelephoneNumber": null,
      "ReferenceOneEmailAddress": null,
      "ReferenceTwoName": null,
      "ReferenceTwoRelationship": null,
      "ReferenceTwoAddress": null,
      "ReferenceTwoOrganisation": null,
      "ReferenceTwoTelephoneNumber": null,
      "ReferenceTwoEmailAddress": null,
      "PersonalStatement": "personal statement",
      "Question1": null,
      "Question1Answer": null,
      "Question2": null,
      "Question2Answer": null,
      "Question3": null,
      "Question3Answer": null,
      "Question4": null,
      "Question4Answer": null,
      "Question5": null,
      "Question5Answer": null,
      "Question6": null,
      "Question6Answer": null,
      "Question7": null,
      "Question7Answer": null,
      "Question8": null,
      "Question8Answer": null,
      "Question9": null,
      "Question9Answer": null,
      "Question10": null,
      "Question10Answer": null,
      "Preference": "2",
      "Qualifications": [
        {
          "QualificationTypeId": 8,
          "Qualification": "GCSE or Equivalent",
          "QualificationCode": "QT8",
          "Subject": "WJEC EDUQAS Level 1/Level 2 GCSE (9-1) in English Literature",
          "ActualGradeId": 3,
          "ActualGrade": "3",
          "EstimatedGradeId": null,
          "EstimatedGrade": null,
          "CompletionDate": "2022-08-25T00:00:00.0000000",
          "QANCode": "60152461",
          "Source": "Upload"
        },
        {
          "QualificationTypeId": 8,
          "Qualification": "GCSE or Equivalent",
          "QualificationCode": "QT8",
          "Subject": "WJEC EDUQAS Level 1/Level 2 GCSE (9-1) in English Language",
          "ActualGradeId": 3,
          "ActualGrade": "3",
          "EstimatedGradeId": null,
          "EstimatedGrade": null,
          "CompletionDate": "2022-08-25T00:00:00.0000000",
          "QANCode": "60145055",
          "Source": "Upload"
        },
        {
          "QualificationTypeId": 28,
          "Qualification": "OCR Cambridge National Certificate",
          "QualificationCode": "NA01",
          "Subject": "OCR Level 1 /Level 2 Cambridge National in Information Technology",
          "ActualGradeId": 52,
          "ActualGrade": "Level 1 Merit",
          "EstimatedGradeId": null,
          "EstimatedGrade": null,
          "CompletionDate": "2022-08-25T00:00:00.0000000",
          "QANCode": "60313110",
          "Source": "Upload"
        },
        {
          "QualificationTypeId": 8,
          "Qualification": "GCSE or Equivalent",
          "QualificationCode": "QT8",
          "Subject": "AQA Level1/Level 2 GCSE (9-1) in Religious Studies",
          "ActualGradeId": 3,
          "ActualGrade": "3",
          "EstimatedGradeId": null,
          "EstimatedGrade": null,
          "CompletionDate": "2022-08-25T00:00:00.0000000",
          "QANCode": "60184000",
          "Source": "Upload"
        },
        {
          "QualificationTypeId": 8,
          "Qualification": "GCSE or Equivalent",
          "QualificationCode": "QT8",
          "Subject": "AQA Level1/Level 2 GCSE (9-1) in Maths",
          "ActualGradeId": 2,
          "ActualGrade": "2",
          "EstimatedGradeId": null,
          "EstimatedGrade": null,
          "CompletionDate": "2022-08-25T00:00:00.0000000",
          "QANCode": "60146084",
          "Source": "Upload"
        },
        {
          "QualificationTypeId": 8,
          "Qualification": "GCSE or Equivalent",
          "QualificationCode": "QT8",
          "Subject": "AQA Level1/Level 2 GCSE (9-1) in German",
          "ActualGradeId": 9,
          "ActualGrade": "9",
          "EstimatedGradeId": null,
          "EstimatedGrade": null,
          "CompletionDate": "2022-08-25T00:00:00.0000000",
          "QANCode": "6018159X",
          "Source": "Upload"
        },
        {
          "QualificationTypeId": 8,
          "Qualification": "GCSE or Equivalent",
          "QualificationCode": "QT8",
          "Subject": "AQA Level1/Level 2 GCSE (9-1) in Combined Science Trilogy",
          "ActualGradeId": 46,
          "ActualGrade": "33",
          "EstimatedGradeId": null,
          "EstimatedGrade": null,
          "CompletionDate": "2022-08-25T00:00:00.0000000",
          "QANCode": "6018758X",
          "Source": "Upload"
        },
        {
          "QualificationTypeId": 8,
          "Qualification": "GCSE or Equivalent",
          "QualificationCode": "QT8",
          "Subject": "AQA Level 1/Level 2 GCSE (9-1) in History",
          "ActualGradeId": 2,
          "ActualGrade": "2",
          "EstimatedGradeId": null,
          "EstimatedGrade": null,
          "CompletionDate": "2022-08-25T00:00:00.0000000",
          "QANCode": "60182179",
          "Source": "Upload"
        },
        {
          "QualificationTypeId": 8,
          "Qualification": "GCSE or Equivalent",
          "QualificationCode": "QT8",
          "Subject": "WJEC EDUQAS Level 1/Level 2 GCSE (9-1) in History",
          "ActualGradeId": null,
          "ActualGrade": null,
          "EstimatedGradeId": 2,
          "EstimatedGrade": "2",
          "CompletionDate": "2022-06-01T00:00:00.0000000",
          "QANCode": "60182398",
          "Source": "Upload"
        },
        {
          "QualificationTypeId": 8,
          "Qualification": "GCSE or Equivalent",
          "QualificationCode": "QT8",
          "Subject": "WJEC EDUQAS Level 1/Level 2 GCSE (9-1) in English Literature",
          "ActualGradeId": null,
          "ActualGrade": null,
          "EstimatedGradeId": 3,
          "EstimatedGrade": "3",
          "CompletionDate": "2022-06-01T00:00:00.0000000",
          "QANCode": "60152461",
          "Source": "Upload"
        },
        {
          "QualificationTypeId": 8,
          "Qualification": "GCSE or Equivalent",
          "QualificationCode": "QT8",
          "Subject": "WJEC EDUQAS Level 1/Level 2 GCSE (9-1) in English Language",
          "ActualGradeId": null,
          "ActualGrade": null,
          "EstimatedGradeId": 3,
          "EstimatedGrade": "3",
          "CompletionDate": "2022-06-01T00:00:00.0000000",
          "QANCode": "60145055",
          "Source": "Upload"
        },
        {
          "QualificationTypeId": 28,
          "Qualification": "OCR Cambridge National Certificate",
          "QualificationCode": "NA01",
          "Subject": "OCR Level 1 /Level 2 Cambridge National in Information Technology",
          "ActualGradeId": null,
          "ActualGrade": null,
          "EstimatedGradeId": 53,
          "EstimatedGrade": "Level 1 Distinction",
          "CompletionDate": "2022-06-01T00:00:00.0000000",
          "QANCode": "60313110",
          "Source": "Upload"
        },
        {
          "QualificationTypeId": 8,
          "Qualification": "GCSE or Equivalent",
          "QualificationCode": "QT8",
          "Subject": "AQA Level1/Level 2 GCSE (9-1) in Religious Studies",
          "ActualGradeId": null,
          "ActualGrade": null,
          "EstimatedGradeId": 2,
          "EstimatedGrade": "2",
          "CompletionDate": "2022-06-01T00:00:00.0000000",
          "QANCode": "60184000",
          "Source": "Upload"
        },
        {
          "QualificationTypeId": 8,
          "Qualification": "GCSE or Equivalent",
          "QualificationCode": "QT8",
          "Subject": "AQA Level1/Level 2 GCSE (9-1) in Maths",
          "ActualGradeId": null,
          "ActualGrade": null,
          "EstimatedGradeId": 2,
          "EstimatedGrade": "2",
          "CompletionDate": "2022-06-01T00:00:00.0000000",
          "QANCode": "60146084",
          "Source": "Upload"
        },
        {
          "QualificationTypeId": 8,
          "Qualification": "GCSE or Equivalent",
          "QualificationCode": "QT8",
          "Subject": "AQA Level1/Level 2 GCSE (9-1) in German",
          "ActualGradeId": null,
          "ActualGrade": null,
          "EstimatedGradeId": 7,
          "EstimatedGrade": "7",
          "CompletionDate": "2022-06-01T00:00:00.0000000",
          "QANCode": "6018159X",
          "Source": "Upload"
        },
        {
          "QualificationTypeId": 8,
          "Qualification": "GCSE or Equivalent",
          "QualificationCode": "QT8",
          "Subject": "AQA Level1/Level 2 GCSE (9-1) in Combined Science Trilogy",
          "ActualGradeId": null,
          "ActualGrade": null,
          "EstimatedGradeId": 48,
          "EstimatedGrade": "22",
          "CompletionDate": "2022-06-01T00:00:00.0000000",
          "QANCode": "6018758X",
          "Source": "Upload"
        }
      ],
      "Courses": [
        {
          "OpportunityId": 119169,
          "Preference": 1,
          "Title": "Level 2 Cambridge Technical Diploma Business",
          "TitleExtension": null,
          "Code": "BS2EC1Y",
          "LARACode": "60042205",
          "QualificationType": "National Award (BTEC)",
          "QualificationTypeCode": "QT22",
          "QualificationLevel": "Level 2",
          "QualificationLevelCode": "LV2",
          "ReserveCourseChoice": "False"
        },
        {
          "OpportunityId": 119184,
          "Preference": 2,
          "Title": "Level 2  OCR Cambridge Technical Diploma ICT",
          "TitleExtension": null,
          "Code": "IT2EC1Y",
          "LARACode": "60042229",
          "QualificationType": "National Award (BTEC)",
          "QualificationTypeCode": "QT22",
          "QualificationLevel": "Level 2",
          "QualificationLevelCode": "LV2",
          "ReserveCourseChoice": "False"
        }
      ],
      "WhyChosenCourses": "why chosen courses",
      "Reference": null,
      "SupportRequired": false
    }
  ]
}
abm
Most Valuable Professional
Most Valuable Professional

Hi @RichDA 

 

Apologies for the late reply as I was away. 

 

Thanks for providing the JSON details. I have copied that data in a compose action step. Next I did use the Parse JSON step. Below is the schema it generated for me

 

{
    "type": "object",
    "properties": {
        "statusCode": {
            "type": "integer"
        },
        "headers": {
            "type": "object",
            "properties": {
                "Cache-Control": {
                    "type": "string"
                },
                "Vary": {
                    "type": "string"
                },
                "Server": {
                    "type": "string"
                },
                "X-Powered-By": {
                    "type": "string"
                },
                "Access-Control-Allow-Origin": {
                    "type": "string"
                },
                "Access-Control-Allow-Methods": {
                    "type": "string"
                },
                "Access-Control-Allow-Headers": {
                    "type": "string"
                },
                "X-AspNet-Version": {
                    "type": "string"
                },
                "Strict-Transport-Security": {
                    "type": "string"
                },
                "Date": {
                    "type": "string"
                },
                "Content-Type": {
                    "type": "string"
                },
                "Content-Length": {
                    "type": "string"
                }
            }
        },
        "body": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "Id": {
                        "type": "integer"
                    },
                    "StatusId": {
                        "type": "integer"
                    },
                    "Status": {
                        "type": "string"
                    },
                    "DateSent": {
                        "type": "string"
                    },
                    "LastUpdatedDate": {
                        "type": "string"
                    },
                    "AcademicYear": {
                        "type": "string"
                    },
                    "AcademicYearId": {
                        "type": "integer"
                    },
                    "LearnerId": {
                        "type": "integer"
                    },
                    "ULN": {
                        "type": "string"
                    },
                    "UPN": {
                        "type": "string"
                    },
                    "CCISNumber": {},
                    "OtherId": {},
                    "Forename": {
                        "type": "string"
                    },
                    "Surname": {
                        "type": "string"
                    },
                    "PreferredFirstName": {
                        "type": "string"
                    },
                    "PreferredLastName": {},
                    "DateOfBirth": {
                        "type": "string"
                    },
                    "YearGroup": {
                        "type": "integer"
                    },
                    "CurrentSchool": {
                        "type": "string"
                    },
                    "CurrentOOASchool": {},
                    "LegalGender": {
                        "type": "string"
                    },
                    "GenderIdentity": {},
                    "HomePhoneNumber": {
                        "type": "string"
                    },
                    "PersonalPhoneNumber": {
                        "type": "string"
                    },
                    "SchoolEmailAddress": {
                        "type": "string"
                    },
                    "PersonalEmailAddress": {
                        "type": "string"
                    },
                    "AddressLine1": {
                        "type": "string"
                    },
                    "AddressLine2": {
                        "type": "string"
                    },
                    "Town": {
                        "type": "string"
                    },
                    "County": {
                        "type": "string"
                    },
                    "Nationality": {
                        "type": "string"
                    },
                    "NationalityCode": {
                        "type": "string"
                    },
                    "Postcode": {
                        "type": "string"
                    },
                    "Country": {
                        "type": "string"
                    },
                    "PreviousCountry": {},
                    "UKThreeYears": {
                        "type": "boolean"
                    },
                    "UKEntryDate": {},
                    "EnglishFirstLanguage": {},
                    "FirstLanguageIfDifferent": {
                        "type": "string"
                    },
                    "FirstLanguageCode": {
                        "type": "string"
                    },
                    "IntendToMove": {
                        "type": "boolean"
                    },
                    "IntendedMoveDetails": {},
                    "LLDDHealthProblems": {
                        "type": "string"
                    },
                    "LLDDHealthProblemsMore": {},
                    "EHCP": {
                        "type": "string"
                    },
                    "Ethnicity": {
                        "type": "string"
                    },
                    "EthnicityCode": {
                        "type": "string"
                    },
                    "EthnicityDFECode": {
                        "type": "string"
                    },
                    "SexualOrientation": {},
                    "SexualOrientationCode": {},
                    "SexualOrientationOther": {},
                    "ReligionBelief": {
                        "type": "string"
                    },
                    "ReligionBeliefCode": {
                        "type": "string"
                    },
                    "ReligionBeliefOther": {},
                    "ParentRelationship": {
                        "type": "string"
                    },
                    "ParentTitle": {
                        "type": "string"
                    },
                    "ParentFirstName": {
                        "type": "string"
                    },
                    "ParentLastName": {
                        "type": "string"
                    },
                    "ParentTelephone1": {
                        "type": "string"
                    },
                    "ParentTelephone2": {
                        "type": "string"
                    },
                    "ParentEmailAddress": {
                        "type": "string"
                    },
                    "ParentLiveWith": {
                        "type": "boolean"
                    },
                    "ParentLiveWithExplain": {},
                    "ParentAddressLine1": {},
                    "ParentAddressLine2": {},
                    "ParentTown": {},
                    "ParentCounty": {
                        "type": "string"
                    },
                    "ParentPostcode": {},
                    "ParentCountry": {
                        "type": "string"
                    },
                    "Parent2Relationship": {},
                    "Parent2Title": {},
                    "Parent2FirstName": {},
                    "Parent2LastName": {},
                    "Parent2Telephone1": {},
                    "Parent2Telephone2": {},
                    "Parent2EmailAddress": {},
                    "Parent2LiveWith": {},
                    "Parent2LiveWithExplain": {},
                    "Parent2AddressLine1": {},
                    "Parent2AddressLine2": {},
                    "Parent2Town": {},
                    "Parent2County": {},
                    "Parent2Postcode": {},
                    "Parent2Country": {},
                    "WorkExperience": {
                        "type": "string"
                    },
                    "ReferenceOneName": {},
                    "ReferenceOneRelationship": {},
                    "ReferenceOneAddress": {},
                    "ReferenceOneOrganisation": {},
                    "ReferenceOneTelephoneNumber": {},
                    "ReferenceOneEmailAddress": {},
                    "ReferenceTwoName": {},
                    "ReferenceTwoRelationship": {},
                    "ReferenceTwoAddress": {},
                    "ReferenceTwoOrganisation": {},
                    "ReferenceTwoTelephoneNumber": {},
                    "ReferenceTwoEmailAddress": {},
                    "PersonalStatement": {
                        "type": "string"
                    },
                    "Question1": {},
                    "Question1Answer": {},
                    "Question2": {},
                    "Question2Answer": {},
                    "Question3": {},
                    "Question3Answer": {},
                    "Question4": {},
                    "Question4Answer": {},
                    "Question5": {},
                    "Question5Answer": {},
                    "Question6": {},
                    "Question6Answer": {},
                    "Question7": {},
                    "Question7Answer": {},
                    "Question8": {},
                    "Question8Answer": {},
                    "Question9": {},
                    "Question9Answer": {},
                    "Question10": {},
                    "Question10Answer": {},
                    "Preference": {
                        "type": "string"
                    },
                    "Qualifications": {
                        "type": "array",
                        "items": {
                            "type": "object",
                            "properties": {
                                "QualificationTypeId": {
                                    "type": "integer"
                                },
                                "Qualification": {
                                    "type": "string"
                                },
                                "QualificationCode": {
                                    "type": "string"
                                },
                                "Subject": {
                                    "type": "string"
                                },
                                "ActualGradeId": {},
                                "ActualGrade": {},
                                "EstimatedGradeId": {
                                    "type": "integer"
                                },
                                "EstimatedGrade": {
                                    "type": "string"
                                },
                                "CompletionDate": {
                                    "type": "string"
                                },
                                "QANCode": {
                                    "type": "string"
                                },
                                "Source": {
                                    "type": "string"
                                }
                            },
                            "required": [
                                "QualificationTypeId",
                                "Qualification",
                                "QualificationCode",
                                "Subject",
                                "ActualGradeId",
                                "ActualGrade",
                                "EstimatedGradeId",
                                "EstimatedGrade",
                                "CompletionDate",
                                "QANCode",
                                "Source"
                            ]
                        }
                    },
                    "Courses": {
                        "type": "array",
                        "items": {
                            "type": "object",
                            "properties": {
                                "OpportunityId": {
                                    "type": "integer"
                                },
                                "Preference": {
                                    "type": "integer"
                                },
                                "Title": {
                                    "type": "string"
                                },
                                "TitleExtension": {},
                                "Code": {
                                    "type": "string"
                                },
                                "LARACode": {
                                    "type": "string"
                                },
                                "QualificationType": {
                                    "type": "string"
                                },
                                "QualificationTypeCode": {
                                    "type": "string"
                                },
                                "QualificationLevel": {
                                    "type": "string"
                                },
                                "QualificationLevelCode": {
                                    "type": "string"
                                },
                                "ReserveCourseChoice": {
                                    "type": "string"
                                }
                            },
                            "required": [
                                "OpportunityId",
                                "Preference",
                                "Title",
                                "TitleExtension",
                                "Code",
                                "LARACode",
                                "QualificationType",
                                "QualificationTypeCode",
                                "QualificationLevel",
                                "QualificationLevelCode",
                                "ReserveCourseChoice"
                            ]
                        }
                    },
                    "WhyChosenCourses": {
                        "type": "string"
                    },
                    "Reference": {},
                    "SupportRequired": {
                        "type": "boolean"
                    }
                },
                "required": [
                    "Id",
                    "StatusId",
                    "Status",
                    "DateSent",
                    "LastUpdatedDate",
                    "AcademicYear",
                    "AcademicYearId",
                    "LearnerId",
                    "ULN",
                    "UPN",
                    "CCISNumber",
                    "OtherId",
                    "Forename",
                    "Surname",
                    "PreferredFirstName",
                    "PreferredLastName",
                    "DateOfBirth",
                    "YearGroup",
                    "CurrentSchool",
                    "CurrentOOASchool",
                    "LegalGender",
                    "GenderIdentity",
                    "HomePhoneNumber",
                    "PersonalPhoneNumber",
                    "SchoolEmailAddress",
                    "PersonalEmailAddress",
                    "AddressLine1",
                    "AddressLine2",
                    "Town",
                    "County",
                    "Nationality",
                    "NationalityCode",
                    "Postcode",
                    "Country",
                    "PreviousCountry",
                    "UKThreeYears",
                    "UKEntryDate",
                    "EnglishFirstLanguage",
                    "FirstLanguageIfDifferent",
                    "FirstLanguageCode",
                    "IntendToMove",
                    "IntendedMoveDetails",
                    "LLDDHealthProblems",
                    "LLDDHealthProblemsMore",
                    "EHCP",
                    "Ethnicity",
                    "EthnicityCode",
                    "EthnicityDFECode",
                    "SexualOrientation",
                    "SexualOrientationCode",
                    "SexualOrientationOther",
                    "ReligionBelief",
                    "ReligionBeliefCode",
                    "ReligionBeliefOther",
                    "ParentRelationship",
                    "ParentTitle",
                    "ParentFirstName",
                    "ParentLastName",
                    "ParentTelephone1",
                    "ParentTelephone2",
                    "ParentEmailAddress",
                    "ParentLiveWith",
                    "ParentLiveWithExplain",
                    "ParentAddressLine1",
                    "ParentAddressLine2",
                    "ParentTown",
                    "ParentCounty",
                    "ParentPostcode",
                    "ParentCountry",
                    "Parent2Relationship",
                    "Parent2Title",
                    "Parent2FirstName",
                    "Parent2LastName",
                    "Parent2Telephone1",
                    "Parent2Telephone2",
                    "Parent2EmailAddress",
                    "Parent2LiveWith",
                    "Parent2LiveWithExplain",
                    "Parent2AddressLine1",
                    "Parent2AddressLine2",
                    "Parent2Town",
                    "Parent2County",
                    "Parent2Postcode",
                    "Parent2Country",
                    "WorkExperience",
                    "ReferenceOneName",
                    "ReferenceOneRelationship",
                    "ReferenceOneAddress",
                    "ReferenceOneOrganisation",
                    "ReferenceOneTelephoneNumber",
                    "ReferenceOneEmailAddress",
                    "ReferenceTwoName",
                    "ReferenceTwoRelationship",
                    "ReferenceTwoAddress",
                    "ReferenceTwoOrganisation",
                    "ReferenceTwoTelephoneNumber",
                    "ReferenceTwoEmailAddress",
                    "PersonalStatement",
                    "Question1",
                    "Question1Answer",
                    "Question2",
                    "Question2Answer",
                    "Question3",
                    "Question3Answer",
                    "Question4",
                    "Question4Answer",
                    "Question5",
                    "Question5Answer",
                    "Question6",
                    "Question6Answer",
                    "Question7",
                    "Question7Answer",
                    "Question8",
                    "Question8Answer",
                    "Question9",
                    "Question9Answer",
                    "Question10",
                    "Question10Answer",
                    "Preference",
                    "Qualifications",
                    "Courses",
                    "WhyChosenCourses",
                    "Reference",
                    "SupportRequired"
                ]
            }
        }
    }
}
 
Could you try it and let me know whether you can access the properties or not?
 
Thanks


Did I answer your question? Mark my post as a solution!

If you liked my response, please consider giving it a thumbs up


Proud to be a Flownaut!

Learn more from my blog
Power Automate Video Tutorials

Hi Abm,

Thanks for this & no worries - unfortunately still nothing appears with this

Helpful resources

Announcements

Community will be READ ONLY July 16th, 5p PDT -July 22nd

Dear Community Members,   We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd.   During this period, members will not be able to Kudo, Comment, or Reply to any posts.   On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities.   What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!

Summer of Solutions | Week 4 Results | Winners will be posted on July 24th

We are excited to announce the Summer of Solutions Challenge!    This challenge is kicking off on Monday, June 17th and will run for (4) weeks.  The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions to as many questions as you can. Answers can be provided in all the communities.    Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”)   - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024   Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods.  You must enter into each weekly Entry Period separately.   How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different.    Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers.  At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing.  Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner.  A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random.  Individuals will be contacted before the announcement with the opportunity to claim or deny the prize.  Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners.   Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event.   ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE**   Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Community MembersNumber SolutionsSuper UsersNumber Solutions Deenuji 9 @NathanAlvares24  17 @Anil_g  7 @ManishSolanki  13 @eetuRobo  5 @David_MA  10 @VishnuReddy1997  5 @SpongYe  9JhonatanOB19932 (tie) @Nived_Nambiar  8 @maltie  2 (tie)   @PA-Noob  2 (tie)   @LukeMcG  2 (tie)   @tgut03  2 (tie)       Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 2: Community MembersSolutionsSuper UsersSolutionsPower Automate  @Deenuji  12@ManishSolanki 19 @Anil_g  10 @NathanAlvares24  17 @VishnuReddy1997  6 @Expiscornovus  10 @Tjan  5 @Nived_Nambiar  10 @eetuRobo  3 @SudeepGhatakNZ 8     Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 3:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji32ManishSolanki55VishnuReddy199724NathanAlvares2444Anil_g22SudeepGhatakNZ40eetuRobo18Nived_Nambiar28Tjan8David_MA22   Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 4:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji11FLMike31Sayan11ManishSolanki16VishnuReddy199710creativeopinion14Akshansh-Sharma3SudeepGhatakNZ7claudiovc2CFernandes5 misc2Nived_Nambiar5 Usernametwice232rzaneti5 eetuRobo2   Anil_g2   SharonS2  

Check Out | 2024 Release Wave 2 Plans for Microsoft Dynamics 365 and Microsoft Power Platform

On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners.    The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights.    Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.    

Updates to Transitions in the Power Platform Communities

We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for.  We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer.   Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together.   Here's to new beginnings and endless possibilities!   If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport.   To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages

Users online (660)