
Hi
I have a super simple work flow that takes a word document uploaded to OneDrive, converts it to PDF and then copies the document to a SP library.
The document comes from a template and each document has a table with fields like 'Document Owner', 'Last Review Date', 'Next Review Date', etc.
My question is, is it possible to take the values from the table and populate the corresponding fields in Sharepoint with those values?
Many thanks
You can pretty easily populate SP lists from Word (or Excell, which even has builtin functionality in SP lists to add data) with Content Controls (enable Developer Ribbon).
Or use a flow with the Get table and Get row (Excel Online Onedrive) and then use Create item (Sharepoint online)
You can perform those steps before/beside the conversion flow.
To extract from PDF, there are premium Adobe PDF services in PowerAutomate, haven't used those yet.