My datatable contains 20 values but due to the max scroll limit I can’t go through all of the values and studio stopped without printing all values. How may I proceed in this situation?
Activity I am using: Table Cell Scope(SAP)
My datatable contains 20 values but due to the max scroll limit I can’t go through all of the values and studio stopped without printing all values. How may I proceed in this situation?
Activity I am using: Table Cell Scope(SAP)
never used set attribute, I have to work on it first then
Basically you need to pass the required selector as you do in click…from the attributes select or give attribute name as "scrollmax" and value can be whatever value that you want to set for instance "20"
Cheers
@Anil_G finding this
nope tried and resulting in error @Anil_G
I believe you had to use/Test with Set Web Attribute activity where as a Get Attribute activity is seen.
I think I had tired but did not get scrollmax on the attribute list, I will try again tomorrow as I am not getting access now
Oww i dint see you were using get…nice eyes @supermanPunch
@Anil_G how set web attribute will help me in this workflow?

You wanted to change scroll max attribute…for that you can use set attribute and check if that allows you to change…if it allows …then we will set a different scrollmax value…and then type into…
As mentioned by you earlier…the bot is typing or entering only till the scroll max value…if we are able to change it then we can have more cells that can be typed…
So to change scrollmax value we are using set attribute
Hope this helps
Cheers
@Anil_G thank you for your explanation

so the design of the workflow will be like this, if I am not making any mistake?