There are multiple similar threads which indicates Import Control is not working as expected.
Steps to reproduce:
- Add Button with Name Button1 to create exported data
ClearCollect(ImportExportData,{Id:1, Name:"Jack"});
- Add an Export control with ImportExportData as Data
- Add an Import Control with OnSelect
ClearCollect(ImportExportData, Import1.Data);
- Add a text to show result
JSON(ImportExportData,JSONFormat.IgnoreUnsupportedTypes)
- Publish and Run on iPhone or Desktop
Text Input always empty, and also get error while design.

Report
All responses (
Answers (