Cannot write range after Extract Document Data (Document Understanding)

@Anil_G and @Yoichi , thank you for your input. I have solved it by using Assign activity.

dtFirstPage = ExtractedData_Result.DocumentMetadata.ResultsAsDataTables(0)

Then, write range normally, then it solved the issue.

1 Like