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

Announcements

News and Announcements icon
Community site session details

Community site session details

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

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 936

#2
Valantis Profile Picture

Valantis 604

#3
11manish Profile Picture

11manish 518

Last 30 days Overall leaderboard