How to Reverse a String with a formula

Here’s another way:

    FormulaMap( Sequence(1, Length(Word) ),
                Word.Middle(Length(Word) - CurrentValue + 1, 1 ) )
    .Join("")
2 Likes