Selector when idx changes on web

Hello everyone, I have a concern, how could I solve the change of an Idx on the web?, in the following example, I have anchored the fields, however the idx changes:

before:

after:

Thanks!!!

Hi @samy !
As you noticed, idx is not the right element to base yourself on.
So you need to check boxes on the top right.
In your case, you should check class and parentclass, and for idx you need either:

  • write omit:idx=‘[whatever]’
  • or write idx=‘*’

There may be better attributes than parentclass and class, but the screenshot you provided does not allow to see more