Skip to main content
1-Visitor
November 17, 2020
Solved

TWX Flow 8.5 - Read an xlsx file & Add Authorizations

  • November 17, 2020
  • 1 reply
  • 1191 views

Hi all

 

i've the same problem 1. Anyone have the solution?

 

thank u all

Best answer by emscur

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

1 reply

emscur5-Regular MemberAnswer
5-Regular Member
November 18, 2020

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

5-Regular Member
November 20, 2020

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