Skip to content
🚀 Rapid Application Development with the App Builder

✨ Example of a Computed Text Field with Inline HTML

This example creates a button using a placeholder for the product_id column.

html
<button onClick="setStatus('{:product_id}', 'closed')">Close {:product_id}</button>

📌 Inline HTML must be enabled for this computed field to render the HTML element correctly.