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
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
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 will try and keep you informed
Change the selector to fuzzy selector
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 ![]()
on the 2 screenshots given as an example, both are present and have the tablerow equal to 1
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:

and… it works. thanks a lot
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.