Hello,
I am using new responsive form which has the repeating section but the data stores in the format of GUIDs for columns within the Repeating section.
Please see the sample data below.
<?xml version="1.0" encoding="utf-8"?><RepeaterData><Version>1.0</Version><Items><Item><_88b163c32b49c2faf9db8fb0386b5315 type="System.String">Name</_88b163c32b49c2faf9db8fb0386b5315></Item><Item><_88b163c32b49c2faf9db8fb0386b5315 type="System.String">Name2</_88b163c32b49c2faf9db8fb0386b5315></Item></Items></RepeaterData>
Is it possible to remove the GUIDs and show the column names in SharePoint list?