Could you please elaborate on the issue
Seems like a selector issue in the Type into activity
Kindly share a screenshot for the workflow as well
Looks like activity verification is failing. You can try removing the verify execution from the Type Into like this
If you look at a exception
Expected Text and Actual result of Type Into activity verification is different.
You need to make sure it is exact match. If you don’t want to verify after typing into text box you can remove verification.
https://youtu.be/_aiHtIyp6lQ?si=CUN_MkAehkpC1D50 this is the information and below is the workflow pfa
Can you try below things
Empty Field before typing to Multi Line
Use Assign activity to store trimmed
strTrimmedAdvocateName = strAdvocateName.Trim
value and use strTrimmedAdvocateName in type into.
Hello @Sanjay_Reddy
It looks like there is a line break in the input text.
Did you use auto-verification or did you type the expected text yourself?
Regards
Soren
it just look like a trim issue
Thank you for solving the problem
Thanks for solving the query






