Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Error Handling
Unanswered

"Couldn't import components" error when importing custom component into Canvas app

(0) ShareShare
ReportReport
Posted on by

I am getting Couldn't import components when I am trying to import the custom code component for the first time. Last time I built a similar component, it worked fine but this time for some reasons, I cannot import my component into my canvas component. 

Here is my manifest file:

 

 

 

<?xml version="1.0" encoding="utf-8" ?>
<manifest>
 <control namespace="SeatAssignmentArchilogic" constructor="SeatAssignmentArchilogic" version="0.0.1" display-name-key="SeatAssignmentArchilogic" description-key="SeatAssignmentArchilogic description" control-type="standard" >
 
 <property name="publishableToken" display-name-key="Publishable_Token" of-type="SingleLine.Text" usage="input" required="false" />
 <property name="secretToken" display-name-key="Secret_Token" of-type="SingleLine.Text" usage="input" required="false" />
 <property name="floorId" display-name-key="Floor_Id" of-type="SingleLine.Text" usage="input" required="false" />
 <property name="update" display-name-key="Update" of-type="TwoOptions" usage="input" required="false" />
 <property name="resourceType" display-name-key="Resource_Type" of-type="SingleLine.Text" usage="input" required="false" />
 <property name="customAttrDef" display-name-key="Custom_Attr_Def" of-type="SingleLine.Text" usage="input" required="false" />
 <property name="customAttrVal" display-name-key="Custom_Attr_Val" of-type="SingleLine.Text" usage="input" required="false" />
 <property name="imgUrl" display-name-key="Img_Url" of-type="SingleLine.Text" usage="input" required="false" />
 <property name="selectedId" display-name-key="Selected_Id" of-type="SingleLine.Text" usage="output" required="false" />
 <property name="assignmentSuccessful" display-name-key="Assignment_Successful" of-type="TwoOptions" usage="output" required="false" />
 <property name="fetchError" display-name-key="Fetch_Error" of-type="SingleLine.Text" usage="output" required="false" />
 <resources>
 <code path="index.ts" order="1"/>
 <css path="css/style.css" order="1" />
 </resources>
 </control>
</manifest>

 

 

 

 

Categories:

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Error Handling

#1
stampcoin Profile Picture

stampcoin 56

#2
DS-11051211-0 Profile Picture

DS-11051211-0 20

#3
HumanOnly Profile Picture

HumanOnly 6

Overall leaderboard

Featured topics