New in Formulas 2.0
The map()
function will create a new list populated with the results of calling the expression on every item in the original list.
map(list, current)
list.map(current)
Code language: JavaScript (javascript)
New in Formulas 2.0
The map()
function will create a new list populated with the results of calling the expression on every item in the original list.
map(list, current)
list.map(current)
Code language: JavaScript (javascript)