Hi All
I have a form where I am pulling data from a sharepoint list to retrieve supplier and item details.
I pick a supplier from a data lookup and then the item field is looking at all items filtered by that supplier.
The form works fine and pulls back other information related to that item as per below (all greyed out fields are data being pulled back that relates to the item)
The problem arises when I generate the document, it pulls back (what I assume) is the item ID from the sharepoint list instead of the title. see below
I have configured the data lookup field for item as per below image
If I change the option value to title it then shows the item name in the document that is generated but not all the other fields that should have been pulled back with it and the form does the same, none of the fileds bring back the corresponding info.
Anyone got any ideas on how to fix this please?