Skip to main content

Generate HTML-2.0.0

Generates an HTML from a template and an object with data
key: PBTemplate

Inputs

1. Data (key: content)

Data that will be used to build the HTML
Required: true
Data Type: object

2. Template (key: template)

Name of the template to use to build the HTML
Required: no
Data Type: string

3. File name (key: fileName)

Name of the file where you will write the HTML
Required: true
Data Type: string

Next Stages

1. SUCCESS

2. ERROR

Outputs

1. File Path (key: filePath)

Required: no
Data Type: string

2. Errors (key: errors)

Required: no
Data Type: array string