Hi, I have a Flow that is triggered when I drag a Folder into another Folder (called Submitted). The Flow will then create an item in a sharepoint list where it displays as pending and adds a link (in a hyperlink list column) and will send the folder for approval. Once all approvers take action it will update the sharepoint list with the outcome and then move the dragged folder into either an Approved or Rejected Folder. (Via action MOVE FOLDER)
I then want to be able to update the hyperlink in my list to point to the new folder because after I move the folder the hyperlink gets broken because it still points to the Submitted folder. However, when I include the action to update item it doesnt give me the dynmic option with the link of where the new folder is.