hi, I get data from an interface via REST API as JSON format. I now have the following problem. If I execute the activity as shown in the screenshot, it runs perfectly until at some point, as shown below on the right, the error is displayed and my workflow is canceled. I once looked up what it outputs to my variable. Now I have noticed that only a maximum of 10003 characters are output. Am I doing something wrong or is there a limit?
Ok now I have the solution. Got it. The debug mode limits the string to 10000 characters. Live mode gets all data from the REST API. I tested it with a text file. Thank you for your help