Hi,
I have a custom List A and an approval workflow attached to it. When the workflow runs, it creates a task in TASKS list for approver.
When an approver opens InfoPath form to approve the item, I need to show value of a column stored in List A in the same item. For this I have created a data connection to get the column (named FormURL in pic) but am not able to bind to hyperlink.
When I bind hyperlink with dataFields in connection, its displaying all the rows for column 'FormURL'. I just want to show specific value of the listitem on which this task is created.
To cut it short, I need to display a column value stored in another list. Which in-turn started this approval workflow.