Idx flexible selector editor

hi all,


I have a check box to do all checks. is there a simpler way?

I have tried to create a flow using for each but still don’t understand how to put an expression in the IDX number section so that it can be done for each from 1 - 53

image

@W_cak

Assign a counter variable to index property in for each

increment it by 1

use the incremented variable in the idx

cheers

we can do this with a dynamic selector:

A variation could be:

  • using find children activity for getting all checkboxes
  • loop over the returned children and activate the check box

hi @ppr,
image

thanks for feedback. after try it, its give next problem, because bot search element per box need 1 minutes. is there another way?

sorry, I’m a newbie :smiling_face_with_tear:.
would you like to show me ?

we would recommend focusing on root cause, as it should not happen in this way.

Is a default value set for the idx variable and is the variable scope high enough?

@W_cak

open the selector and right click then it will ask to choose a varable just select the vriable

cheers