I
IramK
Guest
Hello, I have a function that returns a value in a hosted file. Hosted File: function test(param1) { return param1 + "World"; } Actual Trigger: (this needs a date return value) {!#HOSTED_FILE.5-1W4gciTTatl-eE4CTNaQ#text} // Hosted file var returnValue = test("Hello"); var currentDate = new Date(); return currentDate; // Throws an error when I click on "Validate Formula". currentDate; // This works fine Can someone explain why is this throwing an error in the first scenario? Cheers. Iram
Continue reading...
Continue reading...