Hi @GF_9594158,
This occurs because the file is only written in <ThingWorxFlow>\modules\cache\userdata during Flow execution when using the Write File action connector, and deleted right after execution has ended. Refer to the following article describing the same problem:
In summary, you need to connect the output of Write File to the input of Upload File in order to have the file saved to a ThingWorx repository. This will allow the file to be reachable after workflow execution has ended. Hope this helps.
Thanks,
Emmanuel
Hi @GF_9594158,
This occurs because the file is only written in <ThingWorxFlow>\modules\cache\userdata during Flow execution when using the Write File action connector, and deleted right after execution has ended. Refer to the following article describing the same problem:
In summary, you need to connect the output of Write File to the input of Upload File in order to have the file saved to a ThingWorx repository. This will allow the file to be reachable after workflow execution has ended. Hope this helps.
Thanks,
Emmanuel
Hi @GF_9594158 , If @emscur response has answered your question, please mark as Accepted Solution, for the benefit of others who may have the same question.
Thanks
Ankur