How to get specific name from type into field

Hello,
I have pop-up
error

  1. how to get this string only to second floor (withouot this floor) ??
  2. how to save this string to variable and then type anywhere ??

thank YOU

@Marcin

i did not understand you 1. how to get this string only to second floor (withouot this floor) ??

  1. how to save this string to variable and then type anywhere ??

Ans:

  1. you can use Get text activity ( you can use this activity to get the text from that pop )
  2. Store it in variable(in properties panel output column create a variable)
  3. use expression to split ( like if you save the ouput into variable name as Out_Text -

assign activity Result = split(Out_Text,β€œ_”)

ouput you will get the array of strings - Result(0) will be your answer

thanks

Thanks @phyogananda

I can’t get my variable (specific name) to windows search field.windows-7-add-search-filters

I use attach window & type into

is there any error …?

try desktop recorder and see what selector it will take and try to use them

thanks

Thanks @phyogananda

1 Like