---
title: "Appfire Scaffolding Forms and Templates app"
canonical: "https://support.appfire.com/space/CDML/650315581/Appfire%20Scaffolding%20Forms%20and%20Templates%20app"
format: markdown
---
> Macro (aura-html)


## Overview

![logo-scaffolding-forms-and-templates.png](media://2c179763-4b41-4cd9-8eee-ae815c9bdcd1)

This article explains how to integrate [Appfire Scaffolding Forms and Templates app](https://marketplace.atlassian.com/plugins/net.customware.confluence.plugin.scaffolding/server/overview) (formerly ServiceRocket) with Comala Document Management.

We recommend Scaffolding Forms and Templates app **version 8.26.29 or above** and Comala Document Management (formerly Comala Workflows) **version 6.17.4 or above** with **Confluence v7.13.11**+

> 📝 Scaffolding Forms and Templates v8.27.0 and  the Utility Library (2.6.0) are compatible with Comala Document Management in Confluence v7.x+ . However please check the Scaffolding app version for Confluence 8+ compatibility in the Atlassian Marketplace.

## Workflow Supplier

Scaffolding forms and templates can obtain workflow information using the [Workflow Supplier](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649726882), in much the same way other Suppliers are used.

## Value references

Workflows can obtain data from Scaffolds via [Supplier References](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649532510), allowing the contents of a Scaffold to dynamically define values within the workflow.

The following data sources are supported:

- [attachment-data](https://appfire.atlassian.net/wiki/spaces/SCAFS/pages/477599836)
- [date-data](https://appfire.atlassian.net/wiki/spaces/SCAFS/pages/477599897)
- [excerpt-data](https://appfire.atlassian.net/wiki/spaces/SCAFS/pages/477600148)
- [list-data](https://appfire.atlassian.net/wiki/spaces/SCAFS/pages/477600000)
- [number-data](https://appfire.atlassian.net/wiki/spaces/SCAFS/pages/477600141)
- [text-data](https://appfire.atlassian.net/wiki/spaces/SCAFS/pages/477600110)

In short, anything that can be accessed by the Scaffold Data Supplier with the `data:FieldName` syntax can be converted to a value reference by wrapping it in `@` (at) characters, for example: `@data:FieldName@`

## Examples

> Macro (contentbylabel)

## See also

[Integration Guides](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649396230)

- [Workflow Supplier](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649726882)
- [Appfire Reporting for Confluence app](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649759324)

[Workflow Authoring Guide](https://appfire.atlassian.net/wiki/spaces/CDML/pages/648611901)

- [Supplier References](https://appfire.atlassian.net/wiki/spaces/CDML/pages/649532510)

External Links

- [Product Documentation](https://appfire.atlassian.net/wiki/spaces/SCAFS)
- [Scaffold Data Supplier Documentation](https://appfire.atlassian.net/wiki/spaces/SUPSR/pages/479036216)