How to get give an error if any fields are missing in Pdf data extraction?

Hi @raju_alakuntla

You can simply check if required fields are null or nothing then use throw error activity.

In this manner.

ReqField1 is nothing and ReqField2 is nothing and ReqField3 is nothing and so on.

And use throw activity if the above condition is passed.

Thanks!