I’m trying to extract some data using a ML Skill created in AI Center. The data is stored in my PC, I asign the folder to a variable and load the taxonomy, then iterate each file, digitize and extract the data using the ML Skill (I think that how it works), but I get that error every time.
It doesn’t allow me to change CurrentItem to CurrentItem.fullname.
I see that the source of the error is always in the Machine Learning Extractor, Exception Type: UiPath.Shared.Activities.TrackingException. Can be that the connection with Orchestrator ain’t well configured?
I created the same workflow previously and it worked, I don’t understand why is giving me problems.
As you said each file i thought you were using for eqch file in folder. Can you once print currentitwm
And see if you have the right path
Are you seeing this after upgrading to latest version? If ao in latest there are few bugs and it might be the cause as an alternative for now you can try using windows legacy
Yes, this issues are happening after I converted the original project from Windows-legacy to Windows. I’ve replicated the same project afterwards with different tweaks but they all give me the same error.
I tried using an Endpoint too but the Error Message is the same.
The thing is that the extraction worked well before the Windows-legacy compatibility update, so I think the problem lays there, because everything worked fine before that. I don’t know what else can I do.