Problem writing Data Extracted from Document Understanding in Google Sheet

I’m trying to set up an automation in Studio Web to extract information from police reports in different folders inside one folder on Google Drive then add the data from each extracted field to a master spreadsheet. The folders are labeled according to each arrestee.

I built the automation to test it on one folder. It worked, so I expanded it to iterate through the folders using “For each file and folder.” I also set up log messages that show everything is iterating correctly and the data is being pulled from Document Understanding based on the model.

Now it’s not writing to the spreadsheet. I don’t understand what the issue is because everything is configured exactly the same. The only difference is that it’s pointed at a different spreadsheet.

Any guidance on this would be greatly appreciated. Thanks!

@justindward

Is it failing with any error?

Or is it just bypassed ?

Is continue on error true?

Are you verifying the right spreadsheet?

Cheers

It’s not failing. It appears to just bypass it and move to the next step. Continue on Error isn’t enabled as far as I can tell. I checked the “Properties.” I don’t think that’s even an option on Studio Web. I suppose I could try setting it up on premises and see if it works.

As for the spreadsheet, it’s configured to the correct one. All the headings pop up just like they are on the Sheet.