I have workflow which is created to send notification email to the approver.The approver is set in dynamics application.Above is the personal timeoff request form where the record is submitted for workflow.The link is then sent to the approver after the workflow is submitted.The issue with the link is it is always opening the first record in the form and not opening the selected record during workflow submission.Is there a way to send a link which has the currently selected record in the form.As per the image the 4th record is the one selected but the link always opens the first one.I checked the logic in the init method it always fetches the first record since there is no caller form to fetch the currently selected data.How can we proceed on this?
Please help me on this issue.
Thanks.