Hello @Parris Stanford ,
To select any item from dropdown in SAP, you can use SAP 'Select Item' action from A360 ref., below image
You can get object path of dropdown from "SAP Gui scripting and playback", you can select the item either through index or text(it should be same or match with the value of SAP)
Q. An excel file will contain "10" and the bot should chose "10 CSR1". Any guidance is appreciated.
Ans. for this I suggest u to handle through logic like, if excel cell contains '10' set value = 10 CSR1 like this.
Hope this helps you.
Happy Automation🙂
SaiKrishna
Hello @Sai krishna Somisetty , this was my first attempt at this requirement, but it doesn't work.
SAP select item step, pointing at a record variable to grab the "10" for example.
I recorded two methods of grabbing the value. In the first, the item is selected (which points to a specific value 2,0). In the second, the two characters are entered "ME or "ZC", the second is the actual requirement. But the bot doesn't select the dropdown box at all in execution.
Hi @Parris Stanford ,
You might have to use the Capture Action for this one, if the Session Path(SAP) is unable to interact with the item its supposed to.
Kind Regards,
Ashwin A.K