The web attribute is not getting set correclty

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.

image
Kindly help.
i want to get new title everytime i run the flow.

Can you paste the selector for at least two cases, so that we can get an idea

Thanks @nupur_adlakha

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

image

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