From the course: Complete Guide to UiPath RPA Development

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Solution - development part 10

Solution - development part 10

- [Instructor] So now if we skim the requirements, we really only have two more things to do. We need to report and log the road that's currently being worked, like lead X of Y, lead 1 of 20, and so on. And then we actually need to do the web steps to add the lead. So let's do this one first, reporting lead X of Y. We already know what Y was, because we reported it up here in Get data. I think that's this one right here. And you can see we used LeadsToSave.RowCount.ToString. So what we should really do, since we're going to use this more than once now is Control + C, and inside Setup, I'm going to grab and assign, and drag and drop it after this Log and Report - leads count. I'll collapse that back down again, and click in here and right click, and create a variable called TotalLeadCount, and hit Return. And we're going to need that later, so I'll go into Variables and increase that scope to the same as the rest of our variables. And in here I'll Control + V to paste in…

Contents