Nintex O365 Responsive forms...
I have a repeating section on a form with 2 lookup fields in it. The XML generated displays the ID if the selected values, not the title. See the Site collection value of 53 and the SelectSites values of 55, 53, 60, 66, 67. What can I do to get the value of the lookup list title column and not the ID.
<?xml version="1.0" encoding="utf-8"?><RepeaterData><Version /><Items><Item><SelectSiteCollection type="System.String">53</SelectSiteCollection><SelectSites type="System.String">55;#;#53;#;#60;#;#66;#;#67;#</SelectSites><Select_x0020_Permission_x0020_Level type="System.String"> Contribute (Add/Edit/Delete Content)</Select_x0020_Permission_x0020_Level><SpecialSharePointAccess type="System.String"></SpecialSharePointAccess></Item><Item><SelectSiteCollection type="System.String">3</SelectSiteCollection><SelectSites type="System.String">14;#;#18;#</SelectSites><Select_x0020_Permission_x0020_Level type="System.String">Visitor (Read/View Only)</Select_x0020_Permission_x0020_Level><SpecialSharePointAccess type="System.String"></SpecialSharePointAccess></Item></Items></RepeaterData>