I want to retrieve a file from a folder using a Thinkwise application and move it to another folder so an external organization can collect it.
My starting point is a folder containing multiple files. I am using the List Folder process action to search through them. I intend to use the returned JSON to extract the filename, read the file, and eventually move it.
The 'Read File -> Write File -> Move File' sequence worked correctly when I wasn't using process variables. However, after adding the List Folder action, I am not receiving any data back.
In my process flow, the List Folder action has a storage location assigned but no input parameters. The output parameters are set to status_code and json_output
What is the solution to get this working? This is the flow I am currently testing.







