Best practice would be to have a separate object for each "major screen" of the application - each with it's own model. The Object Design Guide talks about this: https://portal.blueprism.com/system/files/2018-02/Object%20Design%20Guide.pdf-----------...
I appreciate upgrading might not be a valid option, but version 6.6 has a new command line option, /resourcestatus, which you could use? /resourcestatus <resourcename> <limit number> <limit type> - Report sessions for a given resource name, the resul...
There's a knowledge base article on this: http://portal.blueprism.com/customer-support/support-center#/path/1194312962------------------------------John TomkinsSenior ConsultantBlue PrismEurope/London------------------------------
The best option is to email support@blueprism.com and they will take it from there.------------------------------John TomkinsSenior ConsultantBlue PrismEurope/London------------------------------
Your 2nd process that writes the data to Excel should be taking the data from the queue, not the collection in the first process. You just need to change the inputs in your Excel actions to use the data from the queue. This technique is used in the c...