Call Custom Function in body of request of custom app module

I’m trying to call a custom function from within the communication body of a module.

Here’s the body section:

"body": {
    "query": "query { orders({{getFilterParameters(parameters.orderFilters)}}) { request_id complexity data....
},

The error I get is:

The operation failed with an error. Function ‘getFilterParameters’ not found!

The function is available when creating a scenario. Can a custom function be called from the module?

For quicker assistance with bugs and technical problems (especially on the Enterprise plan), you may want to contact support directly. They respond very quickly and update you frequently on the status of their investigation.

3 Likes

Thanks! I did end up doing that and got it working by uploading a custom iml function.

Hey there @ :wave:,

Just thought I might step in and pat you on the back for the great job you did while figuring out this problem with @samliew’s help. I’m thrilled to see you were able to learn more about the product and come up with a solution! :clap:

Also thank you for stepping back into the community and sharing your solution with us. We greatly appreciate that.
Keep up the amazing work!

2 Likes