Null Transform Error in Apigee Integration example

Hi I am trying to test run the  apigee integration example defined as given in the link below - https://cloud.google.com/apigee/docs/api-platform/integration/getting-started-apigee-integration

All the tasks and steps seem to be as given in the documentation but I am getting a null error in the map field task - 

 

aakashsharmaa5_2-1704196340578.png

 

aakashsharmaa5_3-1704196409283.png

 

aakashsharmaa5_0-1704194237485.png

There is a null exception in mapping task - 'Failed to fetch the input value. Reason: [Failed to evaluate transform expression value. Reason: [null]]. Below are the execution logs - 

aakashsharmaa5_1-1704194795468.png

 

Please share any inputs on whats causing this to fail

thanks !

Solved Solved
0 2 157
1 ACCEPTED SOLUTION

Hi @aakashsharmaa5 

I think on the 'GET_PROPERTY' you may be passing a variable called items (which is probably null, and hence the error message), whilst I think you should be passing just a string value called "items" as shown below (notice the quotes).

GrahamVosper_0-1704212309339.png

Worked for me. 

 

 

 

View solution in original post

2 REPLIES 2

Hi @aakashsharmaa5 

I think on the 'GET_PROPERTY' you may be passing a variable called items (which is probably null, and hence the error message), whilst I think you should be passing just a string value called "items" as shown below (notice the quotes).

GrahamVosper_0-1704212309339.png

Worked for me. 

 

 

 

thanks @Graham-Vosper  corrected the mistake it works now !