Hello, I´m trying to change a date on a website, the problem is that the date can only be changed by selecting it in a calendar that pops up. I think I could do it with PAD actions but would be really hard.
Another way that I found is to change the value with Javascript, so I tried to do it in the console, this is the code:
document.getElementsByName('fecha')[0].value = '27/03/2024'
That works, but when I try to use the Run JavaScript function on web page the flow runs but does nothing.
I´m using Chrome and when the action runs the browser says that it started debugging.
I have also tried just extracting data from the webside with the action (following all the tutorials that you can find) and I´ve gotten the same result, it runs fine but it will not extract the data and also the return variable will always be [Object object]

Thanks for the help in advance!