HI all,
I'm on NG-client 2023.03.x.
I have a Python script that generates Word documents. I would like my users to click a button and get the Word document as a download.
It does not seem to be possible to pass the binary data the script generates using application.executeProgram as this returns Strings.
Have anyone done integrations like this? Where do I get Python to save files so they can be read by the Servoy server?
Thanks,