How to access JavasScript Built-in object and use its static methods
for example, Array.isArray(), in Workflow 5, is it possible? thanks
-
Hi Jack,
Currently, there are only certain functions that are available, like Math and Date functions, accessible through =Math. in an expression.
Thanks, Stefan
0 -
Thanks Stefan, any plan to introduce other functions in the future release?
0 -
We'd like to more where they make sense; this one is on our list. Are there any other functions that you commonly use or might want to in the future?
0 -
Thanks Stefan. That's good to know. isNaN() is another one I often need. Suggestion only: how about post your list in Idea page or somewhere so we could see what's coming in and can also add and vote.
0 -
It's worth bearing in mind that we are limited to functions and objects that are included in ECMAScript 5.1 to ensure compatibility across all supported viewers.
That wouldn't be a problem for isNaN(), but it is a limitation to be aware of.
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
5 kommentarer