Hello !
Use case is quite simple :
- every month airtable export HR counters (table of 6 rows), list of days off and list of worked days.
- an automate performs a 3 “Find records”, one per table, and trigger a Zap with a webhook
- webhook contains the tables in html format :
- the Zap use a Google Docs Template as below and should insert the html code provide by the webhook inside each markers : {{compteur}}, {{absence}}, {{travail}}
Issue is that the HTML is not converted into table and displayed “as-is”, making the doc useless.
Is there a way to manage this case ? I’d like to avoid the “Append doc” which is not working well.
Thanks