Opening an HTML file within the workflow

I’m not sure I fully explained my objective in this first round of testing. I have created a workflow where I have Dropbox respond when a new file is created as specific folder. The file I create comes from my phone where I share a contact and export the NewContact.vcf file into the Dropbox directory.

I have within that same folder, an html which I want to open and bring in the information from the NewContact.vcf file into the html file for editing. Once complete, then pass it onto another step within the workflow.

At present all I have within the html file is simply a “Hello World” text, that I want to display in order to test how the file is triggered. It’s probably really simply, but I just can’t seem to get over the hurdle of where I need to define the name of the NewContact_PrepRecord.html.

Thanks, Scott.