Html to Docs

Hello everyone,
We’re working on automating a process using Crocoblock forms. Our form allows clients to submit his data and to create a Google Docs file from a Contract template.

We currently get all the data and we parse it to the template but we have some styling problems with the html to text conversion.

We have a Trip Program that have h3 and p but if we parse it to the google Docs all are the same. Is there a whey to parse it to the doc file with some styles. Example the h3 to be bigger?
Thank you in advance.

The simplest way would be just to replace the h3’s with h2

Hope this helps! Let me know if there are any further questions or issues.

@samliew


P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!

I will replace all the h3 and I will provide a feed back.

Well it didnt work. Can i pass the html to the Google Docs element. Right now im parsing it.

image

Your screenshot is too blurry to read anything. Perhaps provide the scenario blueprint instead.

For further assistance, please provide the following:

1. Screenshots of module fields and filters, and any error messages

Please share screenshots of relevant error messages, module fields, and filters in question? It would really help other community members to see what you’re looking at.

You can upload images here using the Upload icon in the text editor:

2. Scenario blueprint

Please export the scenario blueprint file to allow others to view the mapped variables in the module fields. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

3. And most importantly, Input/Output bundles

Please provide the output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.

A.

Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles in this manner:

Here are two ways to format text so that it won’t be changed by the forum:

A. Type code block manually
Add three backticks ``` before and after the content/bundle, like this:

```
content goes here
```

B. Highlight and click the format button in the editor

Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

Following these steps will allow others to assist you here. Thanks!

Hello again. It is a rather big scenario so i will provide the blueprint , one of the html to text parse and Google docs output bundles
bundle.txt.txt (12.0 KB)
. The scenario is big because it has to do multiple things. Hope the blueprint helps.
blueprint (2).json (562.4 KB)
bundle.txt.txt (6.2 KB)