Selector dynamic Idx value

Hi,

Im facing an issue of dynamic selector. In my selector I have 2 Idx values which is xhanging dynamically. How to pass two variables inside the selectors.

Thanks in advance

Regards,
Naga

@Naga_Rajan

Idx will change dynamically and not much suggestable while build dynamic selector

but the count is increasing then you can pass variables all you can put in a Dowhile loop
Eg: Count = Count + 1

Hope this helps you

Thanks

@Naga_Rajan,
Please put them in a do while loop. Initiate idx = 1 at out side loop. Incriment idx value inside loop like idx=idx+1 …

Pass this dynamic selector into an activy of object priperty and get Object name inside Do While Loop. Once Activity is matched then exit the loop and preserve idx value and pass the same into your required activity.
Hope my inputs are useful.

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