Skip to content

Engineered Code Blog

Recent Posts

Power Pages: Bulk Edit Interface Using Forms

September 14, 2026 5 Min.To Read

In my last post, I covered a technique to allow users to bulk edit records from a List that used custom code to create the editing experience. But Power Pages has a built-in way to allow users to edit data – Forms. So let’s look at if we can use those to define our bulk edit experience.

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.

Back to top