How to input multiPage document to extract document data activity

  • Hello, ALL! I have query while developing a workflow! While using extract document data activity I’m not able to input multipage document. I’m only able to give single page document. Can anyone help me on how to achieve that!
1 Like

@Kancharla_Mahija

For processing multipage documents using the “Extract Document Data” activity, split the document into individual pages and iterate through them in your workflow.

1 Like

Thank you will give it a try!

hello !I have given it a try, but it is raising an error! because the file datatype accepted by extract document data activity is IResource but while iterating through pagefiles using for each file in folder activity that output datatype is fileInfo Can anyone help in resolving it!

1 Like