Extracting property from infotable for comparision
So basically i have a service which takes some ID (Number) as input and gives the details of that specific ID. The given details of the output parent infotable are:
number
deeplink
relatedIssues
owner
createdDate
daysOpen
targetCloseDate
So this "relatedIssues" property is another infotable which has another infotable as a property called "fieldData"
and i want to pick the property "CreatedOn" of the fieldData infotable and compare it with the "createdDate" property of the parent infotable. And parse it to have the difference as an output of the service alongside to display it later.

