I wonder how to merge gueue’s output.
For example
How to merge output123 into output-All instant as soon as possible(at any time).
Is there any good idea?
I wonder how to merge gueue’s output.
For example
Hi @jmy
There are two possibilities:
You can use ‘Get Queue Item’ activity to get the current status of all queue, meanwhile saving appending data into a temporary sheet or server.
As soon as all the transactions complete you can append it into desired file.
OR
You can directly append append files at the a particular place.
FYI get queue item gives you the output in ‘QueueItem’ data type so, use 'output.SpecificContent(“specified_Field_Name”).ToString