Hello,
I am working on a flow to rename a file when dropped if a certain word is misspelled. The flow keeps failing when it gets to the move file part because I am not moving the file. I don't know if it is my expressions. So the example is this. If the file name dropped is 123456-Working Clas the flow renames the file - 123456-Working Class. I used this expression in the condition - contains(outputs('Get_file_properties')?['body/{FilenameWithExtension}'], 'HAERING') and in the other boxes is equal to True.