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