I’m using the ElementAttributeChangeTrigger activity to trigger a workflow when a new row appears at the top of a table. Works Great!
But, when two or more rows arrive within the same second or two, the workflow is busy processing and the trigger does not fire. Thereby, some rows of data are simply skipped.
I cannot slow down the row arrival rate. How can I tell UiPath to process every row (or have the trigger buffer the inbound rows)?
In cases where a list/table/web page etc has items added while my automation is processing, I simply take the first item from the list, process it, refresh the list, take the first item, process it, refresh the list, take the first item, process it…
this looks very interesting! Could you possibly share some screenshots of your workflow? if there is a site with public information I could try and replicate on - this would be a riddle I’d like to solve