Converting docs file from google drive and adding html format

Hi everyone, I’m a begginer in Make.
I have list of files in docx format in my Google Drive folder .What I need to achive in my scenario:

  • convert filses to .txt format
  • add a html tags to content, with

    and all formatting copied from docx, like bold or i

Any advice what modules should I use?

Welcome to the Make community!

You can use the Google Drive “files.export” endpoint to grab the HTML of the document directly in a single operation.

2 Likes