Which desktop application have you automated in UiPath? To get credentials from the windows credential manager, you have to use the Get Secure Credential activity. They enable you to perform all sort of actions ranging from reading PDF, Excel, or Word documents and working with databases or terminals, to sending HTTP requests and monitoring user events.
UiPath Activities are the building blocks of automation projects.Excel Application Scope activities and Workbook activities are pre-installed when you start a new project. UiPath provides multiple ways of automating Excel using Excel Application Scope activities and Workbook activities.Select text from pdf and insert it into excel. Put it dtOutput in the Input, since that's the data we want to write. Drag in the Excel activity 'Write Range' and change the SheetName to 'Sheet3' (or what you want your output sheet to be named).