I would like to create this flow:
but I'm probably missing steps.
Plainly put, I'd like to:
-Anytime a pdf is saved into a sharepoint folder I've selected,
-My data processing model (that I've already trained) will grab tables out of it.
-I'd like to take those tables, turn them into csv's and save them into a different sharepoint folder I've selected.
The first two steps seem to be set up ok. I've pointed to the folder, I've selected my data processing model, these fields auto-populated into the dataprocessing step:
And a couple steps later, its clear that the output i'd expect from the document processing is probably there:
But when first creating the csv its looking for an 'array to create table from' and I cant figure out what to put there. Am I missing a step?