Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Im trying to pick a line with smallest number from list.
Like that: Math.min([[NEW_LIST]])
List contains 3 integers but it returns null instead.
How can you do that?
@yourfriendkarol
[[MIN]] = Math.min.apply(null, [[NEW_LIST]]);
||
[[MAX]] = Math.max.apply(null, [[NEW_LIST]]);
@Fox Thanks! will try immediately
@bugrahan said in A few questions about dynamic list and running.:
Google Drive
Yes its possible with google drive api >
https://developers.google.com/drive/api
https://developers.google.com/drive/activity
2021-04-16_042828.png
2021-04-16_043057.png
Key - || means OR
Repeat for as many words needed
@Abqerino I found it Thanks for all