Hi there,
I have a question, I'm using the python code sample Parallel Report Download, my problem is that the list variable - result_strings.append(result_string) when I try to save always contains only one account although I download several. But when I print the variable result_strings, I see that all accounts have gone through. How can I save the entire report in a final variable. Indentation doesn't help here, you get an empty list if you take the variable outside the function. I can imagine that because of multiprocessing, is
there a possibility to bring all accounts in one list.
Best
Lukasz