I have created a custom entity in CDM which contains some custom fields. I want to import data to this table from our on premises MS CRM system. I have exported the data from CRM using Excel Template and trying to import using the standard data import functionality in Power Apps.
I am facing an issue that I am not able to import the boolean column. In the CDM table, I have a boolean column called "Attended". Also in the import excel, I have a column called "Attended" which contains "True" or "False". However when I import with this, no data get imported. I recieve message "0 rows imported". If I remove this column in the excel and import, then all the rows get imported successfully.
I am not sure what is the problem with boolean column. I also tried by changing the values to "0" or "1" for the boolean field in the import excel, that also did not work. As a final try I used "Open in Excel" (to open the table in excel) and imported the same excel with some rows deleted. That also did not work as long has I have boolean column in the excel. When I remove this column, it worked fine.
What could be the issue? Can anybody help me to resolve this issue?