Hi! Does anyone know how to solve this issue of UiPath Executor not showing up any results, even if the Execution is running fine?
Welcome to the community
Run in debug more and use stepinto to check if each step is running or not and verify locals panel all along to check the values of each variable
Cheers
Variables appear to be null, what should be done in this case? I have created the sequence with an understanding of the classic version, and the new version of UiPath seems to be different.
then that means you did not assign any data to it
assign data to the input variables usign assign activity or so
cheers