How to store (download) generated PDF file on local device

hey guys…
could you help me with this problem please… to generate the pdf in the pc browser everything ok, however, when i install the apk on my device, i press the download button, storage permission is asked, the craftmypdf api is consumed perfectly and then the file is not generated on my android device…how can i solve this?

observation: I tried to include the write file property, and in it Target file path: type text /storage/emulated/0/Download/ and Data to write: the output success variable with my necessary script

1 Like

I was able to store the pdf file on the local device…I used the open url method…on the screen that opens from the output there is the option to save the local file and other shares!