Does anyone know how to solve the problem or how to upload pdf file to Vendor master using power automate?
My ultimate goal is scan the documents (vendor request form and W9) from procurement team and create the vendor master and attach pdf W9 form to the vendor.
Here is the message on Preview.
Here is my flows. Maybe Initialize the variable and set the variable parts are not necessary. I was just following guidance from someone's blog.
1. Upload the file
2. Initialize the "FileContents" as String
example:
Original text >> {"contentBytes":"dGVzdA==","name":"test.txt"}
After3&4 >> dGVzdA==
5. Set Output from Compose to Variable "FileContents".