Working with Queues - Best way to handle additionnal data during execution?

Hi everyone.

I have a project, and I’m working with queueItems. I’m wondering what’s the best way to handle additional data gathered during the transaction.
Right now, at the start of the process, I need to get several new information from a website, which I’d like to use during the rest of the process. I’m wondering how to do that in a clean way?
Furthermore, this data will be added to an excel sheet as well as the original queue item data.

Thanks for your thoughts

For now I’m using a dictionary called “AdditionnalData” as an io during the process… If anyone has a better idea, I’m all ears.