Hey guys, i’m trying to enter price for invoice, there’s one line for each month to last the calendar year as shown in Description in this system called Coupa.
How could i select the correct line based off the invoice month and year and enter into the price text box and then deleting other lines?
Since this is a November invoice, i will be billing the November line and deleting all other lines.
I tried using text exist activity for ‘NOVEMBER 2022’, but it always give me false.
Not sure what is the proper way to do this, thanks.
If you click the one that has November in it then press tab on the keyboard, does it take you to the Price box?
If so then your Click selector will have to have innertext=‘November’ and then you use the keyboard shortcut activity but do NOT designate a selector. This way it’ll just send a tab to the window itself. Then you can do a Type Into, again with no selector.
Hi Paul,
Thanks, yeah it do go to price box after pressing tab.
The selector for the description box is a bit weird, i didn’t find innertext or aaname in the items.
In that case, we could introduce a dictionary with month names and numbers and insert it inside the selector to lookup for the month name with the number 11.
thanks, i’m just beginner level, not really sure how to add dictionary in selector do you have any sample workflow?. is it possible to compare the PO line one by one with the desired result and click the delete button if not match and only enter price if match?