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