In a Power Automate Desktop web automation flow, I am automating text input into a search field.
The flow retrieves rows from an Excel file and iterates through them using a "For Each" loop, where each value is obtained one by one using "CurrentItem."
However, even though "CurrentItem" retrieves the data correctly, the input into the web search field sometimes results in strange characters or missing inputs, leading to search errors. For example, "GPBU" is input as "GPぶ," or "/" fails to be input.
When I perform this process manually (without PAD), "GPBU" and "/" can be entered and searched correctly.
What could be causing this issue, and how can it be resolved?