Guys, I have a problem with a workflow made with JS that was working and stopped after a data reload.
The task is to join several arrays of previous actions and create a new custom array. It was working perfectly before I clicked Reload Data. I have already made sure that all the variables necessary to perform the action are filled in. Other codes that I had also validated stopped working.
It returns nothing. There in “current value” in JS it is empty even though there is a “return” at the end of the code.
The problem is definitely not the code, because it was working. It stopped after clicking the ‘reload data’ button. Even redoing the previous actions, it doesn’t work