'Type Into' Error on Academy Lessons using Double UI

Hi,

I’m new to the platform and going through the lessons for the Citizen Developer Foundation Course. Things are mostly going smoothly except on lessons where I need to use the Double UI dummy teller app. I complete the automation exactly as instructed, matching all of the video and RobotPath instructions precisely as they are given each time I rebuild the automation.

It appears to be working as expected, i.e. it’s pulling the correct information from the spreadsheet and putting it in the correct place, but it keeps reentering the information over and over into the “Cash In” and it won’t progress to the next step. Eventually, the automation stops trying and throws the following error message:

24.10.4-beta.17693+Branch.release-v24.10.4.Sha.23194d406b66452fd1dd41226b57a4ce8b842719.23194d406b66452fd1dd41226b57a4ce8b842719

Source: Type Into ‘Cash In’

Message: Type activity verification failed.
Expected text: "$31 ".
Actual result: "31 ".

Exception Type: UiPath.UIAutomationNext.Exceptions.VerifyActivityExecutionException

I’m not sure why this is, but I would guess that it’s expecting $31, but when UiPath reads the spreadsheet (which has the $ in it), it is reading the value from it?

I have been just skipping these whenever I have this error because I am almost certain I have configured everything correctly, but I’m wondering if I’m doing something wrong here.

Any help would be greatly appreciated. I love the platform and I’m eager to get this right.

JW

There must be verify is set to property of this action
Remove verification
And select activate before type into as true @justindward

1 Like

@justindward,

Change this Verify Execution property to null for all Type Into.

Sample code to refer here:
UiDemo.zip (200.1 KB)

Thanks,
Ashok :slight_smile:

1 Like

@justindward

Two ways here

  1. Remove the verification completely from the type into properties
  2. In the expected text field give only 31 instead of $31 may be you can remove or replace $ with empty

Cheers

1 Like

Thanks, I removed the verification and it worked.

1 Like

@justindward

Glad it helped

Happy Automation

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.