I have come across a peculiar problem while running a workflow on a different laptop. The workflow was running without issues on the original laptop that was used to design the workflow.
The issue seems to be simple and is with a “type into” activity which types into the bing webpage search box.
I need to embed a string within double quotes. This was working as expected on the original laptop but when I tried to run this in a new laptop, there seems to be some special characters appearing instead of double quotes.
Below is the string that should be typed into the search box.
@thejwal_pavithran, It is because of special character. Usually it happens if you copy paste code from somewhere. Please correct the quote and it should work fine.