Is there a way to convert my xlsx file to a text file?
Or perhaps there's another way to do what I'm trying to achieve.
I have a PDF with fillable fields. I have a SharePoint List with data. I want to fill the PDF with the SP list data.
Where I'm at right now:
Right now the "Subject" line is what I'm attempting to do because I want to use the "Import Data" feature in Acrobat, using a .txt Text File (Tab-Delimited) file. I have a flow that already takes a template .xlsx of the tab-delimited data from my PDF, and my flow gets the SP List data and inputs it into a row in the table of the xlsx file.
If I do the next part manually, which is to open the xlsx file and Save As .txt Tab-Delimited file, it works flawlessly when using it to "Import Data" in Acrobat. I want flow to do this part though. I'm happy with having to do the "Import Data" part manually, I'd just like to be able to eliminate opening the excel file and doing the Save As (but if there's a way to also automate the "Import Data" part, that would be great too).