Cannot use click activity while using Get Attribute in a for each loop

Hi, i am trying select Every item in a Dropdown button and Click.
Until Selecting item one after another it is going smooth.
But if i am introducing Click activity after Select item. i am getting this error.

this is my flow.

@Bhagyaraj_Digumarthi Are you able to get first item or not?

Hi @raja.arslankhan i am Able to select the first and Click,
While Going second iteration. It is Stopping at Get Attribute with that Error.

@Bhagyaraj_Digumarthi Its mean you are not making dynamic selector. have you idea about dynamic selector?

@Bhagyaraj_Digumarthi
Its may be reason of selector changed for next iteration.
Copy the current selector and paste in notepad, and indicate next iteration element and same as 1st copy and paste in same notepad, find the difference, make them common

@Gokul_Jayakumar @raja.arslankhan
it is working fine when i am disable click activity from the flow, then it is selecting everything correctly.
if the error was due to Selector issue, it should’nt be the case right?

it is only not working when i introduced Click activity Get attribute not working.

May be the selectors changed after the click, kindly check the selector, after the click.