Can actions be made to be dependent upon another action? For example - Can I trigger an action to occur when a specific button is pushed and have the action affect a specific field in the same row as the button ? - specifically , I am wondering if I can populate a field with the current date (say field 3) when the button in field one (1) is pushed ?
My ideal solution would be to be able to execute a specific javascript function( written by me) when the button is pushed and the SmartSheet has an exposed API which allows me to access and update all unprotected fields.