I’m trying to create a button that duplicates a page, and adds a link to that page in a separate table. I’m at my wits and about how I can make the button grab the link to the new page.
The intention is for the button to:
Duplicate a template page called “Project Template”
Add a row to the table called “Project Overview”, with the link to the newly created page.
hi @Scott_Collier-Weir , I just tried to follow this logic while using the step logica provided by Coda, but the function DuplicatePage() did not show up. Only when you move to the formula editor you have access to this function, see below. That is a bit strange, isn’t it?
Action formulas are only available inside buttons. My guess is that we intutively think that the value-setting in the dialog you showed above is inside a button, Coda is not recognizing it as such.
So yes, one will need to open the formula editor of the button and write the whole formula as opposed to using the drop-down options for the button