Forum Discussion
Thank you for your response @cjhoward18.
However, my snap seems to be requiring jsonpath… if I do a getFirst (‘Student’) as prescribed I get a ‘could not compile expression’ error as shown:
This seems to happen sometimes when pulling from a web service, where the response is structured as array [*] object. I had tried a get in places across my pipeline, and hit similar issues. Im unclear on the usage and why this occurs, but get/getfirst seem limited to certain objects.
cjhoward18
5 years agoEmployee
@acesario Sorry I forgot to format the expression so the quotes got bad formatting. Try this expression correctly formatted:
$.getFirst('Student').getFirst('Student_Data').getFirst('Student_Person_Data').getFirst('Personal_Profile_Data').Date_of_Birth