Convert to File gives the file and I can download it successfully but it does not output the data in a way that is usable by nodes further down the workflow.
How do I fix this? It looks like it may be malfunctioning?
You can see the successful out put in the first screenshot, but it is not accessible since the json is empty (second screenshot)
It absolutely does output the data in a way that is usable by nodes further down the workflow.
In the “input binary field” (in convert from file) or “attachment” (in send email) fields type the text which you see in the input field in orange (jobs_csv_binary), or in my case - “nums_json_binary”.
you can try seperate the email node and copy it, and not connect to both extracts, so have 2 emails one at the end of each, am wondering why you are separating the flow from the text classifier, when it the same classification? you might aswell processing it all together in one line unless you was just testing, but I think you should try remove a connection to that email node and only have one.
Hi, the reason for the split is because I need two csvs in the email and one just uses the classification output as input for a fetch for different data. Maybe I have a misunderstanding of how input data is passed but that is what made the most sense to me.
I did solve the problem though. Posting that to the main thread.