I have a user input sheet a user would enter data into excel every day. Instead of looking at the excel sheet every day to see a long list of items. I want to export all of the things that changed from the prior day so I can isolate them. After that is done, I want the input file to export with all changes over the prior day files. However, what I am seeing, is that it is overwriting the prior data first, despite my block until done option.
Here is what I am trying to achieve:
Here is what is happening:
Solved! Go to Solution.
Hi @nbrightw
The MarqueeCrew has a Parallel Block Until Done macro for just this type of thing!
You can download all of their custom macros here: http://www.chaosreignswithin.com/p/macros.html
I've attached a zipped workflow that includes the macro I'm using, but would definitely recommend checking out the package of CReW Macros.
If this solves your issue please mark the answer as correct, if not let me know!
Thanks!
Phil
Hey Everyone
Mark Frisch from MarqueeCrew resolved my issue through a private message.
Key elements provided by MarqueeCrew:
- There is no order of operations
- In order to ensure my foodtestprior file pulls earlier, it is suggested that a count records is put next to it, and it is appeneded (just the tool, you can unclick the count in the fields) to the end of the workflow before outputting.
- This forces the count before any other steps are made.
Thanks Mark! I'll await your post to verify it as a solution.
Thank you Maskell_Rascal for your post as well. Does your macro do something similar?
There are times where I solve without the parallel block until done and simply use "standard" tools. I showed Nick, @nbrightw how to solve without the convenience of the CReW macros.
If data needs to write #2 first, let's count the records sent to the output tool and cause the input data to wait for the count in an append tool. Don't actually append the count and then output.
This creates a blockage and we can set the order of operations. This technique is very useful for excel tabs, but also for organizing containers to operate in order.
Cheers,
Mark
@Maskell_Rascal actually gave you my macro to use. Both should work, but under the covers gives you more control for more complex implementations.
please try/accept both.
cheers,
mark
For anyone who wants to see a visual
Just wanted to say that I love the simplicity of the Parallel Block tool!
But yes, there are definitely times where solving with "standard tools" offers are greater deal of control. I use a Count Records/Append combo in several workflows to check for data before writing to sheets in my output.
Thanks!
Phil