using the html formula on a saved search, how do I...
# ask-stanley-ai
m
using the html formula on a saved search, how do I format a link that is dynamic depending on a field?
c
AI generated answer (using internal Slack threads):
To format a dynamic link in a saved search using the HTML formula, you can use the following formula:
Copy code
'<a href=\"<https://test-production.myshopify.com/admin/orders/>' || {custbody_lb_shopify_trx_id} || '\">' || {custbody_shopify_order_number} || '</a>'
In this formula,
{custbody_lb_shopify_trx_id}
and
{custbody_shopify_order_number}
are the dynamic fields that you want to include in your link. Replace these with the actual fields you want to use. Please note that the link will be clickable only if the 'Disable HTML in Search Formula' preference is not enabled in your account settings. ****** 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.864286959
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.859819353
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.848409832
Please provide your feedback on this answer.