rowyio / rowy

Low-code backend platform. Manage database on spreadsheet-like UI and build cloud functions workflows in JS/TS, all in your browser.
http://rowy.io
Other
6.14k stars 487 forks source link

Pass the number from the column to the array #775

Closed organicnz closed 2 years ago

organicnz commented 2 years ago

Hi folks,

Thank you for the lovely product :) Is it possible to pass the number from the column to the array by any chance? :)

Thank you :)

Screen Shot 2022-08-29 at 7 00 52 PM
shamsmosowi commented 2 years ago

Hi @organicnz, not sure what exactly what you want to achieve, if you mean to use the number column to select an element in the array. The syntax would be something similar to this row.dictionaryApi.records[row.number].fields.Name feel free to elaborate on your goal, we can try and help

organicnz commented 2 years ago

Hi @shamsmosowi, Ooh, sorry that wasn't quite clear, mate :) Geez, I've been using $ sign for that purpose. Thank you very much for your great help :)