When Using Insert Data Block, First Letters Are Cut Off

Consider the following example:

The text was supposed to be "Hello Kevin, ...". However, the first two letters were cut off.

The reason this is happening is because you didn't add sufficient delay to the preceding building block before inserting. Your delay is so short that TaskBot starts typing before the input field is fully loaded.

Simply add more delay in the preceding building block like shown here:

Last updated