The user wants to use a URL value contained in an ACF URL field within a Toolset View to create a link with the post title.
Solution:
Create a custom shortcode to retrieve the URL value from the ACF field.
Use the custom shortcode within the Toolset View to generate the link.
Here's an example of a custom shortcode implementation:
This shortcode retrieves the URL value from the ACF field named 'durl' and generates a link with the post title. Make sure to replace 'durl' with the actual name of your ACF URL field.