We have a control 'MyControl' on the form not connected to the Sharepoint list column.
I would like to extract that data from the form.
I am using Query XML action to get FormData xml.
However 'MyControl' is a list lookup, I can only get the ID, not the title while using XPATH '//MyControl'
Thank you.