Copy and pasting Strings

Hi, sorry I am kind of new here and was tinkering with an automated process to move data from one field to another in an accounting software.

I was using the “Get Text” Activity, storing it as a variable and pasting it with the “Type into” Activity and putting all that into a loop.

It was all fine till it hits an empty field in the “Get Text” field. It then spits out whatever was typed in the anchor and outputs it as the “Type into” value. May I know if I missed anything?

Attached photo Green was the anchor, yellow was the Get Text field, and Red was the Type into field.

Thanks in advance.

Capture

Hi @Zoulfreeze

Keep a If condition before type into and check if string.contains(“Contact Tel.”)

Please mark as solution if found useful :slight_smile:

Regards
Roshan

1 Like