Opposite of Extract Table Data

Extract Table Data processes recognizable blocks of elements each in succession executing some equivalent to Get Text on each of the elements/columns that you indicate for however many times the block repeats. But what if you don’t want to extract the data from those elements/columns but want to interact with them, click on it or type data into it? How would you go about that? I’m not seeing any activity that allows me to discover how many of a certain parent element there are and/or return their UIElements for use in subsequent Click or Type activities? Any suggestions?

in such cases we can retrieve uielements and interact afterwards with them by using e.g. following activities:

and in modern:

1 Like