Power Automate: indexOf Function
Returns the position of text within a string. Zero-based; -1 when not found.
Reference documentation for Power Automate expression functions.
Returns the position of text within a string. Zero-based; -1 when not found.
Extracts part of a string using a start index and length. Zero-based; errors if the range overflows.
Swaps text within a string.
Converts an array into a delimited string.
Converts a string to an integer. Floats error; 19+ digit numbers silently corrupt.
Breaks a string into an array using a delimiter.