How to create download link with file name

Sorry I actually misunderstood.

You can do this by specifying headers in the response node. There is another post about this here.

Response Headers:
name: content-disposition
value: attachment; filename="{{ $json['exampleData'] }}.yaml"