I think you are asking about my flow that cleans up data? If so, I am not really sure what you are asking, but it basically takes dynamic content from the list, manipulates it using expressions and variables to get it formatted properly, and then updates it in the original list item.
For example, in this process all of the phone numbers are in North America. Our company style guide designates that phone numbers be formatted as +1 123.456.7890, but in the data it is stored as 1234567890 or 11234567890. To do this requires these steps:

I probably could simplify this, but it is working, and the performance is fast, so I have left it as is. Is this what you are asking? If so, there are a couple other fields I clean up. At the last step then updates the original item with the cleaned-up values.