Web Delete rows

Hi,
On a pop up I want to delete the lines.
I indicate the first, it deletes it but gets an error in the repeat.
See attached screenshots.

What is the solution.

Thanks in advance

@tpdemontfort

Indicate anchor

Hi @tpdemontfort,

What I would do is remove the “parentid” property first. Then try to use the “tablerow” property to create a dynamic selector using a variable that increments during your loop logic “tablerow={{some_variable_here}}” or try to find another number using the UIExplorer.

Don’t forget to uncheck the fuzzy selector and leave only the Strict selector.

Juan P.

I forgot to say it, it’s done but doesn’t work, only the first

I will try and keep you informed

@tpdemontfort

Change the selector to fuzzy selector

@tpdemontfort

Remove the parent id also I believe once you delete the first the second item becomes first I guess so no need to change anything use tablrrow as 1 only…that should solve

Cheers

no :frowning:

on the 2 screenshots given as an example, both are present and have the tablerow equal to 1

@tpdemontfort

Then eqch might be individual tables…then add idx and use variable in plce… <webctrl tag='TABL' idx='{{var1}}' />

And increment variable starting from 1

Cheers

I tried fuzzy which didn’t work. but when I tried again… he told me that he was no longer targeting and that it needed to be corrected. It did it like a master and my fuzzy became:

image

and… it works. thanks a lot

1 Like

@tpdemontfort

Glad it worked…Happy Automation

Cheers

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