How to add a dropdown list to google sheet?

I’d like to add the dropdown list on each new row.

How that is possible with make?

image

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)

4 Likes