i am using an excel loop, to ask UiPath to read my excel data and input the data into a text field. the loop is working, but it is not typing the info i need it to type in into the text field. how do i troubleshoot it?
HI,
For now, can you set break point at the TypeInto activity then debug run?
Workflow will stop there, and check if content is same as what you expect.
Regards,
First check the CurrentRow(“Column name”) getting any data or not. Use the message box or write line activity to know it’s printing the data or not.
Or Debug the process and check the values in the immediate panel.
Hope it helps!!
Add a log before Type into and in message property, pass the value you are trying to type.
This will log the value you are trying to type.
Thanks,
Ashok