How to use type into activity on specific input box when there are multiple inputbox with same name?

hello everyone!
The scenario is : there’s website where i need to feed data in inputbox.
But there are 6 different input box with same input label.

How to make type into specific box as my requirement.

Hi,

There must be something that distinguishes the input box…try modifying the selector according to it.

@Prabin_Chand
You can use 6 different variables for all 6 input box and pass it Type into activity for needed Input and pass the specific variable to it.

I only need one input box to feed data in

They all are in table row colmuns how to differentiate

If all are having same label. Then you can try with row and column.

@Prabin_Chand By using ui explorer check is there any different selectors for 6 inputbox

similar we can also wirk within modern design when needed