Extracting data from a service
I have created a service which takes an input by the name "objectData" and this is a data shape which has certain property and values like:
rootCauses
0containmentActions
daysOpen
workflowStatus
stepStatusTable
supplierTeam
adjustedCloseDate
actionStatus
workItems
Here in the service what i want to do is that pick any property and manipulate the data which the property holds, since this input objectData is the output of some other service and is binded to as the input of this service for manipulation. So far i have tried this code but i think it's incorrect :

