i have a simple work flow in the first workflow taking a table of data from a csv file, reading it to a data table and passing it to the next workflow so it can then be used to fill out web form.
i cannot seem to get the argument to pass. i’ve read many threads on how this SHOULD work.
the argument in question is called todays_new_patients
I’m using write CSVs to check for data being passed.
the above is the parent work flow. i have in, out, and in/out directions in every combination.
this is the section that reads the file, turns it into a data table and writes the first csv, this section works fine. csv is whole and good.
data just doesn’t seem to pass through to the next two CSVs.
below is the error message i get, i know it means the argument i am passing has no data.
i really need to figure out how to do this as it seems to be a pretty fundamental concept. thank you for any help. I am sure it will either be something incredibly simple or some incredibly obscure setting