Is there any possible to build a node which help to select element one by one in such a way that " The script should run each element when we click or select that element."
like a loop or repeat or cycle like form.
I searched to much regarding this topic, and I left empty hand.
Yes, you would need to run your script through a while loop and prompt a user selection and run a task on each iteration. Opening and closing the transaction each time. You could use a cancellation to end the process. I’m fairly sure this would work, but haven’t tried looping with a transaction before in a while loop.
Try this as a base for your loop process, and put your function within the loop body:
1 Like
Thankyou ![]()
1 Like