I'm building a Flow that will create and update a file in my library when a list item is modified.
I can successfully set up this flow to create a document with all of the metadata that doesn't follow the library template. In this process I use the 'create file' and 'update file properties' steps.
I can also successfully set up this flow to create a document that is formatted to the template and named correctly, but has no metadata. In this process I've placed a template in my library and am using the 'copy file' to create a copy that is named based on the list item that is being updated.
Right now I'm trying to utilize the second process (copy file) and add in the 'update file properties' step. However, after the 'create file' step, I'm given dynamic content choices with an item id of the new file. After the 'copy file' step, the only dynamic content that populates is the file size.
I feel like I'm SO close to figuring this out, I just can't get there.
Thanks!