I created a workflow in logic app consumption plan wherein the logic app will send emails to recipients that are in a table. Inside the mail body, I want to insert a URL wherein part of the URL is a variable coming from the table.
ex.
Table Data
FIrstName LastName ID
John Smith 1234
in the email body:
Link=www.abc.com/@ID (result will be www.abc.com/1234)









