Button - Add Row - Cursor Ready

Is there a way to add a new row with a button that has the cursor ready to type in a certain column?

I would like my workflow to be. Push button, type, push button, type.

1 Like

Hi Shannon! Welcome to the community! :smile:

Unfortunately I donā€™t think behavior is supported right now in Coda. Even if the add row button is set to expand the row for editing, the cursor doesnā€™t automatically go to the pop-up view.

Happy to note it as a feature request though (feel free to post in the ā€œSuggestion Boxā€ section)!

Thanks! I will post there next time if Iā€™m certain there is no way to do it. I didnā€™t see this question asked yet in the community section. I would appreciate if you could throw that into a feature request for me. Thanks for getting back so fast. :slight_smile:

Hi @Shannon_Strong, Welcome to the community :smiley:

As @Coda_Zac Said there is no current implementations of the feature you were looking for, as seen as there are no internal option to create that and url scheme doesnā€™t change based on where your pointer/writer bar is.

BUT while i was trying to see if the concept was impossible to get iā€™ve found a way to do that :sweat_smile:

Basically the concept is to use a button to open an hyperlink, this hyperlink will be the ā€œopen this cell for editingā€ link, iā€™ll show you how:

Currently to get the link of a row you just need to use the formula .url(), but iā€™m not sure it works on the single cell!

Youā€™re welcome :sunglasses: :joy: :smile:

P.s. iā€™ve studied the url parameters with more care and iā€™ve noticed that for this behaviour to happens you have to insert 2 parameters

  • &columnid - the column id visible with right click on column, maybe you have to enable ā€œdev optionsā€ in coda settings, it seems that the url formula doesnā€™t work on columns (@Jean_Pierre_Traets after our conversation i really hoped :joy: ) so you have to manually copy and paste it
  • &modal=true - this open the cell or row as a popup

Could be possible in future to get this data (i mean the column id) using tablename.columnname.url() ?
It would be awesome to automate this feature!

6 Likes

Wow Mario! Thanks for all your digging around. Iā€™ll give that a try.

1 Like

Woah thanks for sharing your solution Mario! I feel like this idea of leveraging links in tandem with buttons to direct users to certain modals has many applications beyond this one :star_struck:

2 Likes