You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Places where $recordID, $userID, $ownerID and ${record.values.fieldName} evaluation would be useful:
Any block, title and description
Like this we can add names to blocks like: "Product Data ${record.values.ProductName}." Only ${record.values.ProductName} would be needed here I think.
Iframe block
As an addition to the URL. Like this we can create custom iframe URLs with record and user ID's, or values such as an address.
Metric block
In the "transform value" block. Here ${record.values.fieldName} would be handy. Like this we can show the value of a certain field when a condition is met.
Automation Block
Use ${record.values.ProductName} to create buttons like: "Convert client ${record.values.Name}" or "Create order for quote ${record.values.QuoteId}".
Content block
Like this we can create texts with values from the record or links that contain the user or record ID. For example, a text like: "This record page contains the details of ${record.values.ProductName}. The link to the product on our internal network is www.example.org/product/${recordID}"
Ensure all styling (fonts, colors, placement of text) is the same
The text was updated successfully, but these errors were encountered:
Places where
$recordID
,$userID
,$ownerID
and${record.values.fieldName}
evaluation would be useful:Any block, title and description
Like this we can add names to blocks like: "Product Data ${record.values.ProductName}." Only ${record.values.ProductName} would be needed here I think.
Iframe block
As an addition to the URL. Like this we can create custom iframe URLs with record and user ID's, or values such as an address.
Metric block
In the "transform value" block. Here ${record.values.fieldName} would be handy. Like this we can show the value of a certain field when a condition is met.
Automation Block
Use ${record.values.ProductName} to create buttons like: "Convert client ${record.values.Name}" or "Create order for quote ${record.values.QuoteId}".
Content block
Like this we can create texts with values from the record or links that contain the user or record ID. For example, a text like: "This record page contains the details of ${record.values.ProductName}. The link to the product on our internal network is www.example.org/product/${recordID}"
Ensure all styling (fonts, colors, placement of text) is the same
The text was updated successfully, but these errors were encountered: