Leading % character is getting auto populated when we use multiple [k(tab)] in Type into activity

Hi,

When I use multiple [k(tab)] in Type Into activity, leading % character is getting auto populated as shown below. How to avoid that?

image

I dont understand how this could happen, i tried here and never happened to me… are you using the [+] button to add the tabs?

first tab i used, remaining i copy pasted

i check again, if I copy paste I am getting this %.
if I use [+] for adding all tabs this is not appearing

are trying to send 4 times tab??

String.Join(“”, Enumerable.Repeat(“[d(tab)] [u(tab)]”,4)) you can just pass this instead!!
you can change number of Rep…
Cheers @vigneshnkv