I built out this formula to find the first element of a array, my array is called products. If there is only one product it will just show the first one.
IF(FIND(",", Products)=0, Products, LEFT(Products, FIND(",", Products)-1))
Exactly, I couldn’t agree more. There are countless post in the community about these 4 features. If a customer wants to create a document in docs automatically, use the docs API paired with scripting. Then focus all the developer energy into creatin...
Even if they kept Page Design how it is for now but allowed us to interface with it through either an automation action or even just a API would be better then the Document Automator.
I really like that feature but the problem is that Airtable markdown is SO limited in it’s functionality that it’s pretty much useless in creating documents that require images (attachments) or formatting. If Airtable use Github’s extended markdown I...
In my opinion the Page Designer is a better tool than docs but without the ability to automate. The insert as markdown feature (automated docs) is kinda bogus because of the limited Airtable markdown, if the markdown was the same as Github’s I would ...