Results search

Hi,
On a web page I search for field. I get a number of rows. I need to find the correct row, select and make some edits on it. How can I do this?

Thanks a lot,

1 Like

Hey @cury

What is the rule to identify that specific row please ?

Thanks
#nK

Need to match some unique text provided. Thanks for looking.

1 Like

Hey @cury

You can try something like this in your automation actiivity target selector,

<webctrl tag='TR' innertext='*{{uniqueTextVariable}}*' />

Hope this helps

Thanks
#nK

Thanks for the hint!

1 Like

Cool @cury :slightly_smiling_face::+1:

Hi,
How to make a sequence re-usable component. Can you please provide an example? Thanks,

1 Like

Hey @cury

You need to just create the sequence in a separate project.

Make sure when you create the above project you choose Library template instead of Process template.

Build the sequence or copy it & publish the code. Then you can install this library package into the original project from manage packages which will reflect your sequence as activities in your activities panel.

Hope this helps

Thanks
#nK

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