Pull URL from Topic selection field

Ah, I had overlooked that your object is in an array. You’ll need to use templating instead, so

{% for object in step_1_field_1 %}{{object.url}}{% endfor %}

See further

1 Like