Hi Rachana,
If I understood your question correctly, You can create your Html Structure using the microflow, you can add the Href tag and pass your Deeplink there. We have done some thing similar in the past.
In your case, The URL Token will be replaced by the URL. Since we had only one URL we created the HTML structure in a microflow and used a template to Replace the tokens.
Hope this helps
You should create the list string yourself by retrieving the list and then iterate over this list and store the field you want to show in this string. Then store this string in a field and use that field as token.
Regards,
Ronald