I am trying to get some chained apps to work together based on a user request, the end result desired is that one app will run and create a data file, then the next will run, and grab the data file and include it as an attachment along with some charts. I am new to chaining apps and am having trouble with even getting a simple one to trigger the next. I have included the two test apps I created, and I am hoping someone can help me understand why they are not working. In the ones included, the first is supposed to write to a single tab in a file and the second is supposed to update a second tab. However, while the first is running correctly, as far as I can tell, the second is not working.
If there is an easier way to get a workflow to pick up a file that is created inside of it and include it as an attachment I am open to that as well.