×

Write or Edit Text

iOS 15 +

Notes

Opens a text editor where you can write or edit text. The result is copied to the clipboard. Add the “Wait to Return” and “Get Clipboard” actions after this one.

Syntax

writeText(shouldEdit: <#Boolean#>, text: <#String (Allows Variables)#>, editorTitle: <#String (Allows Variables)#>)

Example

writeText(shouldEdit: true, text: "Jellycuts is awesome!", editorTitle: "Super Document")