I’d like to add the dropdown list on each new row.
How that is possible with make?
I’d like to add the dropdown list on each new row.
How that is possible with make?
Hi @onurbolaca,
Not through add rows. But, What you can do is utilize GSheet API to add a dropdown list using ONE_OF_LIST and setDataValidation.
Requests | Google Sheets | Google for Developers.
To use with Make, you can try this blueprint,
blueprint (57).json (25.2 KB)