Type Into for array

Can I type a data array into the “TypeInto” action? I need to filter data in an application according to several data that are written to an array

hi @RPA3
you can do everything within a cycle, going through it and for each position go writing the position you want, I guess it would be in order
example: image
Regards!

1 Like

Don’t understand:(
Can you write step by step, please?

1 Like

check the xaml
Main.xaml (5.7 KB)

My values ​​should be separated by a comma. It is possible ?

yes, in “type into” activity put item.ToString() + ", "
and if you want separate by lines use: item.ToString() + Environment.NewLine

1 Like

Now I get a lot of lines in the application, can I go through each line of the record and save the value I need?

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