Apply Latest Invoice

This page uses a Hashtag Apply command to gather values for the latest Invoices record.  
Processing this Hashtag Markup:
<# apply invoices as "latest"; #>

Using the Applied Values

The Bucket is emptied before the values from the Invoice record are applied.   To protect against HTML and JavaScript injection, the HTML context is used on values set through the public form.  
<#[latest.instance_id]#> ⇒ 7437
<#[latest.id]#> ⇒ 8107e24edc88af71ffff7f83b2c181b7
<#[latest.uuid]#> ⇒ 8107e24edc88af71ffff7f83b2c181b7
<#[latest.created_on]#> ⇒ 2024-04-19 12:27:24


The Invoices Mini-App uses the Hashtag Markup Language to demonstrate methods for processing records.

Invoice records are stored in an SQL database.   The Process example uses math expressions for multiplication and rounding to currency standards.