When using the PopUp action (for example, from a button) to close a popup view, without specifying the view name or any ID, the action should default to the last opened popup, and close it. Right now, it seems like you either have to specify the identifier (as {page.props.pageId}) OR resort to using scripting to call system.perspective.closePopup('')