Hello all,
I have a power automate flow I have been using for over a year, in the last 6 months, I had created an addition to my flow, which the flow will grab text from the filepath to update a column with that text. It had been working fine up until last week, when the flow was updating the column for the folder (which is correct), and now is updating the metadata column of individual items in that folder (which is incorrect).
The flow runs if the conditions are met, i.e. isfolder = yes, and so it will update the metadata column of the folder, but now it is updating files. Unfortunately I am at the Microsoft limit of condition levels, so I cannot create anymore levels to my flow, and the parent and child flows have disappeared from Sharepoint, and when I went to look at creating one, it deemed too time consuming and difficult for me to achieve.
any help would be appreciated. Below is a snapshot of part of my flow (for company reasons, some text is omitted).
This is the split expression I am using which is towards the beginning of the flow as variables have to be placed there.
The first condition is checking the folder, if it is a subfolder and then branches off to yes or no.
The 2nd condition in the No
The flow will continue to run if it is a Folder, so it should not continue to run on the individual files in the folder, but it does.
The YES result of the above condition, will run in update file properties (as below), the Document Originator metadata column will update based on the output from the foldername variable (above)
so the end result of each folder for the Document Originator column is below:
However, when I look inside the folder, the Document Originator metadata column for every file in there has been updated too, but with the entire name of folder title, and I am unsure why it is doing this, because there is nothing in my flow which should be doing this, because the foldername variable wouldn't do this.
Thank you all.