Edit the text property of a label control

Hi,

I have an application that as part of login- requests UN, PW and an access token.
The way we enter this access token is by modifying the token label’s text property/attribute to the token value.
This is not a manual process and is currently done via another automation tool.

We are currently in the process of moving to UiPath and recreating all the workflows.

However, I cannot get past this step of modifying the text attribute of a label control in UiPath.

Appreciate any help.

@AnuSingh

Did you try using set text or set attribute activities?

cheers

Sorry I didnt mention, the application I am using is a windows application.
So not sure if Set Web attribute will work.

@AnuSingh

Can you show some screenshots of how they look

And manually how do you do that?

Cheers