Jul 30, 2022 04:45 PM
I am trying to generate an Invoice for line items in Airtable. New Google docs creation automation is very helpful but it lacks basic formatting functions.
So, I use Microsoft Word module in Make but do not know what format I should use in this “Raw values” field. Could anyone please give me an example?
I know this is not really a Airtable question but documentation on this module is quite limited.
My Word templates :
{{invoice_number}}-{{invoice_date}}
{{buyer}}
{{#details}} {{item_code}} {{item_description}} {{unit_price}} {{/details}}
Thanks in advance!
May 22, 2023 08:31 PM - edited May 22, 2023 09:09 PM
@Trung_Nguyen Have you tested that? I am pretty sure I tried that and it didn't work but I will attempt again.
Also. Do you know how to get the module to handle multiline fields? Doesn't seem like the Word module is repeating my carriage returns.
May 23, 2023 04:44 PM
Yes, I have tested it. The important part is that the scope attribute of the "Onedrive - Get a sharable link" module must be "the file is not accessible by anyone who has the link".
Or in my case, I do not need to use that module as the file generated is uploaded to a publically accessible folder on Ondrive already.
May 23, 2023 05:20 PM
Ah. Thanks for the info. Any chance you know how to get the word module to accept multiple lines on a form?
May 23, 2023 06:11 PM
I haven't tried on forms but I guess it works the same way as tables. Please check my earlier post in this thread using JSON strings.
Apr 09, 2024 08:51 AM
Hello,
I'm looking to make two loops nested inside each other to display a table with data grouped by a field. Do you know how to configure this? I cannot find the right data structure.
Group 1
row 1
row 2
Group 2
row 3
row 4