Syntax
TRANSLITERATE(text)
Usage examples
Example 1
Input | 1 { 2 "my_action": { 3 "message": "À È Î Ô Û" 4 } 5 } |
Formula | TRANSLITERATE(my_action.message) |
Output | "A E I O U" |
Example 2
Input | 1 { 2 "my_action": { 3 "message": "Trademark - ™, Pound Sterling - £, Cents - ¢" 4 } 5 } |
Formula | TRANSLITERATE(my_action.message) |
Output | "Trademark - ?, Pound Sterling - ?, Cents - ?" |
Sample Actions
Event Transform
My Action
Event Transform
My Action
Event Transform
TRANSLITERATE
Select an Action to inspect.
You can also click "Copy Actions" and paste them in your Tines Story to see how they work.