Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

16
  • Thanks Zdenek. I am only looking this to be applicable for certain words in file name. For example, let' s say a file name is: "Monthly Cfo Report Mm Az 1-29-19" then it should be set to Monthly CFO Report MM AZ 1-29-19. Will the above formula account for this change, thanks for the help again. Commented Jan 30, 2019 at 20:29
  • So words Monthly and Report in file name should not be converted to MONTHLY and REPORT post running the flow. Commented Jan 30, 2019 at 20:30
  • okey, but how you recognize that the CFO or MM is short of something? You probably need some keywords saved somewhere and working with them, after this you need to update this Append to string function. Commented Jan 30, 2019 at 20:42
  • Hi Zednek, I received feedback today from the end client and they want to make sure that certain words in file name should not be in upper/lower rather only Upper case. Cfo, Mm are only examples I am giving. Commented Jan 30, 2019 at 20:59
  • ok understand, so they want words shorted than 3 symbols to make upperCase only? Commented Jan 30, 2019 at 21:01