Did anyone encountered this error before and manage to resolve it?
I had the latest .net 4.8 framework installed, but still having this error.
My work flow is as per below :
read detail from outlook
login to a website
search and extract table of information
filter extracted table to what i am looking for to see if it fulfill my requirement
if able to fulfill, proceed to download the files (these files and information is in a table format)
i separated above actions into a few workflow, call them by invoker
read email
login
extract and check fulfillment
download
This error mostly happen at the extraction part, which is the ‘For Each’ after ‘Find Children’.