web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / failed to execute on node
Power Apps
Unanswered

failed to execute on node

(0) ShareShare
ReportReport
Posted on by 173

Hi, I am creating my first control, but it gave me the below error, I attached the code in the init event, please advise.

 

public init(context: ComponentFramework.Context<IInputs>, notifyOutputChanged: () => void, state: ComponentFramework.Dictionary, container:HTMLDivElement)
	{
		this.localNotifyOutputChanged = notifyOutputChanged;

		//Configure buttons
		this.nextButtonElement = document.createElement("a");
		this.nextButtonElement.setAttribute("class","next");
		this.nextButtonElement.addEventListener("click",this.nextOnClick.bind(this));

	 	this.nextButtonElement = document.createElement("a");
		this.nextButtonElement.setAttribute("class","previous");
		this.nextButtonElement.addEventListener("click",this.previousOnClick.bind(this));

		this.spaceElement = document.createElement("span"); 

		var _previous = container.appendChild(this.previousButtonElement);
		var _space = container.appendChild(this.spaceElement);
		var _next = container.appendChild(this.nextButtonElement);
		_previous.innerHTML = "&laquo; Previous";
		_space.innerHTML = "&nbsp;";
		_next.innerHTML = "Next &raquo";
}

 

 

 

WeChat Screenshot_20210418104555.png

I have the same question (0)
  • Verified answer
    Diana Birkelbach Profile Picture
    3,072 Most Valuable Professional on at

    HI @sdnd2000 , 

    You've created two times the this.nextButtonElement, but forgot to create this.previousButtonElement.
    It must be a copy/paste error.

    Kind regrads,

    Diana

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 796 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 327 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard