Skip to content

Engineered Code Blog

Author: Nicholas Hayduk

Power Pages: Bulk Edit Interface Using Custom Code

August 31, 2026 6 Min.To Read

Summer was busy both personally and professionally, so I’m a bit behind in my blog posts, but I hope to make up for that over the next few weeks. In our last post, I demonstrated one way to create a multiselect interfact for a list, which is the first step in the process of creating bulk edit capabilities. In this post, we’ll look at a simple way to create an interface to capture the bulk edits.

Power Pages: Multiselect List

May 31, 2026 2 Min.To Read

I recently received a question from Gil Shalem about adding bulk edit capabilities to a Power Pages List. Nothing like that exists out of the box, so if this is a requirement on your project, you’ll need to explore using some custom code to accomplish this. Over the next few blog posts, I’ll work through some of the pieces you could use to add bulk edit capabilities to a list. To get started, let’s look at how you can allow users to select multiple rows of the list.

Power Pages: Escape Filters

April 27, 2026 3 Min.To Read

If you give your Power Pages code to an AI tool for analysis, there is a good chance that it might tell you that you have unescaped Liquid code. In this post, I’ll cover what that means, whether it is as bad as the tool might say, and what your options are to fix it.

Power Pages: A Governed Platform for Hosting

March 31, 2026 2 Min.To Read

I was lucky once again to attend the MVP Summit at Microsoft campus in Redmond, Washington last week. While I am not able to share the contents of the sessions due to my NDA, I can share what was one of the most common questions I received from my MVP colleagues: with all this new AI stuff, is Power Pages dead? I know I have my biases, but I think the answer is still no.

Back to top