Convert Number or Integer to Text or String using Power Automate (Microsoft Flow)
· 8 min read
Power Automate is strict about data types. If you try to concatenate a number into a message, save it into a text column, or pass it to a connector that expects text, the flow fails with a type mismatch. The fix is the built-in string() expression, which converts a number or integer into its text or string representation.
