Hi,
The process you describe sounds like you essentially have it figured out. Are you asking how to accomplish it technically regarding interfacing with IE or just to verify your overall approach and the steps involved?
I haven't attempted this specific thing, but I imagine I would do it similar to the way you describe. A couple things I would suggest adding in: (1) Even though there is a Work Queue of sorts there, I would still add that data to a BP Work Queue. (2) While interacting with either the Work Queue or the list in IE, I would have an environment lock that makes sure only one bot can retrieve from the list at a time so that you don't have two attempting to pick up the same one. Either this, or as BP itself suggests, have only one bot retrieve from this list and add it to a Work Queue and allow other bots to work on that Work Queue. The first bot's job would be to add items to that work queue and mark items complete on this list when they are done (of course depending on how this workflow is supposed to happen -- I can't tell if you're supposed to mark when starting and mark when complete or just one of them).
Also, is this list always ordered from top-down:oldest-newest? If so, I imagine I'd 'essentially' ignore the datetime stamp unless I need to use it and I would simply take every Pizza item starting at the top and working my way down. If I needed the bot to understand the datetime, then I'd extract the datetime from the pizza strings and cast it into a Data Item of datatype DateTime.
As far as literally reading the list itself, that's dependent on how that HTML page is designed. Sometimes it's really easy to read it directly into a collection, but sometimes you have to loop through it and get each piece of data individually. If it's the former, then this wouldn't be that painful.
Respectfully,
Dave
Dave Morris, 3Ci at Southern Company