AppEntity / EntityQuery returns multiple results but Shortcuts only displays a single item on newest iOS 26.4

We are observing a regression in iOS 26.4 related to AppIntents, specifically AppEntity + EntityQuery.

When using a single AppIntent with a parameter backed by AppEntity and EntityQuery, the query correctly returns multiple entities (e.g. ~50 items). However, in the Shortcuts app UI, only a single item is displayed.

This behavior differs from iOS 26.3 and earlier, where all returned entities are correctly displayed in the selection list.

This issue significantly impacts dynamic configuration use cases where AppEntity is used to represent server-driven or runtime-generated options.(The screenshots below illustrate the difference in shortcut presentation between iOS 26.4 and earlier versions.)

AppEntity / EntityQuery returns multiple results but Shortcuts only displays a single item on newest iOS 26.4
 
 
Q