
Announcements
Hi there,
I have a basic list from Dataverse view displayed in my Power Pages site. I want to add a button to each row saying "Reserve now" which, on select, patches a couple of that row's columns and, therefore (based on the filtering I have in place already), removes it from the list.
How do I begin this?
Here is the list currently:
Sorry, newbie here.
Thanks
LM.
To Add a button to the rows, you will need to configure the List (use the Portal /Power Pages Management App) https://learn.microsoft.com/en-us/power-pages/configure/list-configuration
To have the button show/hide you generally use the Advanced settings checkbox at the top of the Options configuration grid, this will expose a Filter option on the rows in the grid in which you can put a FetchXML statement (e.g. you can construct a fetchxml statement with conditions like status reason is active, and the button will only show on that row if that record is active )