Insert Text or Data
The Insert Text or Data building block inserts text into an input field on a website. It is useful for filling out forms, entering search queries, or automating text input tasks.
For example, you can enter some text as follows:

By adding the Open Link building block to open wikipedia.org (as an example) and connecting it to the Insert Text or Data building block, you can see how the TaskBot inserts the text into the search field:

Options
Using a variable or table reference
By clicking on V (variable) or T (table) at the top right, you can add references to dynamic data.

Insert instantly without typing delay
The Insert instantly without typing delay toggle allows you to paste text instantly without simulating typing.
When this option is enabled, the typing speed is instant and the text is immediately pasted into the input field.
When this option is disabled, the text will be typed character by character at the specified speed. The selector is then optional. If no selector is provided, the text is inserted wherever the mouse cursor is positioned.
Using spintax
Spintax lets you vary the content of your text dynamically. Learn more here: Spintax.

Selector
The behavior of the selector depends on the Insert instantly without typing delay setting:
When enabled: A selector (CSS or XPath) is required to specify the input field for pasting text.
When disabled: The selector is optional. If no selector is provided, the text will be inserted wherever the mouse cursor is currently positioned. Some websites automatically place the mouse cursor in the desired input field (e.g., search engines like Google, DuckDuckGo, or Wikipedia). For instance, when you open Wikipedia, the cursor is automatically in the search field, allowing text to be typed directly without needing a selector.
Encrypt Content
In some cases, you might prefer logging in to the website/app that you want to automate with your credentials instead of cookies (as described here: Cookies). In such cases, you may need to use the Insert Text or Data building block to enter your username and password. If you do so, it is important to encrypt your password to protect your access.
Once encrypted and saved, the content cannot be viewed or edited. To modify it, you must remove the encrypted entry and re-enter your content. We do not store plain text copies of encrypted content.

FAQ
Can I Use the Mouse Cursor Instead of a Selector?
Yes, but only when the option Insert instantly without typing delay is disabled. In this case, the text is inserted wherever the mouse cursor is currently positioned.
When I use a table reference, no data is inserted, although there is data in the table.
This happens when no dynamic loop is set up to pull rows from the table. Please see the solution here: When I Use Data from Table, No Data is Being Pulled.
Video Tutorials
See a video tutorial on using Insert Text or Data for an automated social media post: Video Tutorial.
See another video tutorial on sending a personalized outreach message:APIs: Send HTTP Request.
Last updated
Was this helpful?