Document understanding Unexpected New Error

Error in Document understanding. Help me resolve the error. Can you try on your machine to see whether this error is coming or not?

Hey @Sushanta_Das
This error usually means the activity received a response in the wrong format.
Could you check what exactly is passed into the downloadedFile variable?
what kind of file you’re using and how it’s being retrieved - from Storage, email, or another source?

I am using pdf file from storage bucket.

@Sushanta_Das
Just a quick thought - in Studio Web, if you’re using a file from the storage bucket, make sure you’re passing downloadedFile.FullName into the extractor, not just the file object itself.

e.g.

Hi, Actually I have tried this as well but nothing is working. Can we connect on zoom to resolve this? Mention Date and Time with region.

Hey @Sushanta_Das

Unfortunately, I don’t provide online consultations. I checked your issue and it works on my end. Please verify that you’re passing the correct data type and that the file is valid.