M
matman
Guest
I just wrote a little object script: var x = ""; x += rbv_api.selectQuery("SELECT id FROM website3", 10); rbv_api.log("debug", x); When I put this in the trigger script field and press Debug formula it returns me NULL. When I paste SELECT id FROM website3 in the Test Query section, it returns me all the records IDs. Why is that? It should return the same, right?
Continue reading...
Continue reading...