Thank you for choosing Microsoft Community.
Yes, you can bulk update or edit items in a Power Page list/view.
Here are a few methods you can use:
Edit in Grid View:
This feature allows you to quickly update multiple items directly within the list view. You can select multiple items and edit their properties in a grid format.
Bulk Edit Properties:
Select two or more items in the list or library.
Click the information icon on the command bar to open the details pane.
Enter the new values in the Bulk edit properties area and save to apply the changes to all selected items.
Using Power Apps:
You can create a Power App that connects to your data source and use functions like ForAll and Patch to update multiple records at once.
Custom Solutions:
You can also create custom forms and workflows in Power Pages to handle bulk updates. This might involve creating a basic form for editing and using it in conjunction with a list component.
If this fixes the issue, please mark as resolved to help others with find it.
Happy to help