Hi @padminisravya,
Could you please tell me that if the error message affect the value displaying?
Actually, the error message as you mentioned is a known issue that may not affect the performance.
Please check if it affect the Label displaying text, if it display as you expected, just ignore this error message.
Further, if you want the Label within each section to display the corresponding row data, I think that you could set the Text property as below:
ThisItem.ColumnName // Display the column value corresponding to the distinct result
Note that each section within the nested Gallery could only display the corresponding record based on the Distinct() result.
Please provide more details like your Gallery if the above could not solve your problem.
Regards,
Qi