I am facing issue with the get title using get attribute.
it is always searching for the same title for ‘fullname’ on creating a new entity.
Kindly help.
i want to get new title everytime i run the flow.
I am facing issue with the get title using get attribute.
it is always searching for the same title for ‘fullname’ on creating a new entity.
Kindly help.
i want to get new title everytime i run the flow.
Hi
In selector we will be having a dynamic part or the attributes will be changing
Replace the one such with wild card *
And try once
Or use SCREEN SCRAPPING METHOD
Cheers @nupur_adlakha
This is the selector it is showing me in uipath.
i want the title to be captured each time for the FullName.
You can expand the selector by clicking on Open in UI Explorer, there you can find more options, check that
Thanks