I push the GeneratePageButton to create a new page in the document from a template. The page URL is added to the PageResults column. I then edit the created page heavily, and once done can move on to send it.
However I can’t find how to tell the GmailSendButton that the content I want as email body is not the page link from the Page Results column, but the content of said page. I’ve tried PageResults.ObjectLink() but the formula will output the link of the row in the table.
I know that you’d usually just put down a page link in the Gmail Button, and it will grab all content in it. That’s ultimately what I want to do, but I need to pull it from that PageResults column. Any thoughts?
Hi Max! Thanks for your reply, although like I expected there doesn’t seem to be a fix for my use case.
The tricky thing working with Canvas columns in a row is that even when you have them filled from a
template, the tables and formulas that I want in there would not be properly connected.
In my situation, I am creating two pages - the first one contains a table with a checklist of items, and the second is the body of the email, filled with formulas to output the correct text, depending on whether the items are checked or not in the first page.
If I want to use canvases, I can’t see a way to get the formulas in Canvas 2 (email) to be linked to the table in Canvas 1 (checlklist) in that same row when the new row is created.
I haven’t been able to use the ToHTML() formula here either.