I am currently exploring the possibility of utilizing the Smartsheet API to automate various tasks on my sheets. I have not decided on a specific programming language yet, but I have been familiarizing myself with json and JavaScript.
After looking into the functionality of GET Sheets, I can extract details about sheets and interact with them through a Pick list feature. Additionally, I have come across code snippets that demonstrate how to modify existing entries in rows by changing selected options.
My goal is to create a script that automatically updates the Row Items within the Pick list. Any advice or suggestions on how to achieve this would be greatly appreciated. Thank you for your assistance.