I have a flow setup that upon seeing a new entry to a SharePoint list converts a pen_input to a .jpg with a dynamic name, and saves it in SharePoint.
This flow then grabs info from the new SharePoint entry, and the .jpg, then populates a Word template, saves it to a .docx file, then sends it via email.
For whatever reason, when I submit more than one form to SharePoint, the signature ends up being the same in both of the documents.
I'm sure the issue resides in the timing, and the way I call the signature image to my flow (using 'when a file is created,') in order to populate the template. I can't think of any way to fix this. Originally I had this setup as two different flows, one would save the signature to a .jpg, the other would take that .jpg and populate the templates with that. However, I want data from Sharepoint submissions included in the Word file, so I figured it would be easier to combine the two.

^ This is a copy of my flow. Any advice would be appreciated! Thank you.