We are migrating the one application in APIGEE.
We are using shared flow for one of the error handling scenario. I am using firstnonnull function in shared flow to set the value of content type to the target content type, if target content type is null.
firstnonnull(ws.faultcontenttype, ws.contenttype)
While using above and deploying the shared flow, APIGEE is giving below error message.
Error message - The revision is deployed, but traffic cannot flow. entities.UnknownStringFunction
For testing i kelp like below and APIGEE is allowing me to save and deploy-
substring(ws.faultcontenttype, ws.contenttype)
Can you please help me for the same.
Regards,
Rohit Karadi