I’m working on an automation that logs into a Microsoft CRM page. I’m using the Modern Design experience in UiPath Studio.
Here’s what I’ve done so far:
• I used Get Credential to retrieve the username and password from Orchestrator (Asset: CRM1).
• The username variable is of type String (already converted from SecureString).
• I used Check App State to wait for the username input field to appear before interacting.
• Inside Target Appears, I used Type Into with the username variable.
• I enabled the following options in Type Into:
• Click Before Typing
• Empty Field
• Tried both SimulateType and SendWindowMessages (neither worked).
• The selector seems valid when tested in UI Explorer.
• However, when I run the workflow, the browser opens and navigates to the page, but nothing is typed into the username field.
I suspect the issue might be with how the CRM page loads (dynamic content), or maybe a timing/selector problem.
Any ideas or recommendations?
Thanks in advance