Hi! I’m Lydia, I am a newbie to Uipath! I am stuck.
Brief introduction to my case:
I have created a project to automate the filling up of order forms.all is working well except the submission of the form.(you can see in my other post) however that is not my question here. whenever an order is submitted, an order number will be created. As different orders have different order number, the number keeps changing.
My question here is how do I copy dynamic text from browser and transfer it into an excel file column?
Please check selector once. Under aaname attribute the order number will be there i guess. You have to replace with wild card “*”. So that it will read any order number.
Use Get Text Activity and store the order number in a variable and check the selectors in target and make the aaname or innertext attribute as dynamic to *.
To store it in a Excel
1.use build data table to create a data table and mention the column name in it.
2.use add data row to add the data into Data table and declare variable in it.