Issue with the Make Code Module

:bullseye: What is your goal?

My goal is to for my Make code module to run successfully and process my xml when sending the large xml payload of 2.7 MB

:thinking: What is the problem & what have you tried?

The problem is that Make Code module outputs the json wrapper each time I submit this “big” file. With the files below 1 MB Code module works good.

I tried with both Python and Javascript code but this is obviously some Make limitation that frustrates me.

I also tried to contact support but they are non responsive even though I am on a Pro Plan.

:clipboard: Error messages or input/output bundles

Output example of Code Module:

{“main”: {“final_xml”: "

I need Code module to output raw xml

Hey Damir,

From what I tested the code module outputs what the code tells it to. I haven’t had issues where it would wrap my output on something I didn’t specify myself.

Do you mind sharing the code you are running and the input it’s receiving?