In a custom transaction body field (type Hyperlink...
# ask-stanley-ai
d
In a custom transaction body field (type Hyperlink), write a formula that dynamically injects the current records internalid
c
AI generated answer (using internal Slack threads):
Based on the conversations, it seems that you can use a formula to dynamically inject the current record's internalid into a custom transaction body field of type Hyperlink. Here's how you can do it: 1. Create a custom field of type 'Hyperlink'. 2. In the 'Default Value' field, use a formula to construct the URL. The formula should look something like this:
'https://...' || {id} || '...url...'
. This formula concatenates the URL of the saved search with the internal id of the current record. The
{id}
placeholder is used to represent the internal id of the current record. Please note that the actual URL and the parameters you need to pass may vary based on your specific use case. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.830660343
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.82456553
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.823947191
Please provide your feedback on this answer.