Type into does not work correctly to type fields from a variable on the internet

I have a problem, I am writing in an internet field, first I needed to use the split to divide the value into three parts.

I saved each part in a different variable (of course) and I’m using type into to write them. The first variable writes correctly, the others do not, I put a message box to check if the others are appearing empty, but they have the correct values, but they are not being typed, all variables are in string.

Has anyone been through a similar situation and could help me?

Hi,

Concatenates the three variables into single variables using assign.
Variable=variable1+variable2+variable3
then use type into activity then pass variable into it. Checked the simulate property and empty and click before typing property.
Hope it will work

1 Like

Thanks, works now.

1 Like

welcome

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.