
Announcements
Hi,
I have created a custom visual using the fetchXML and some code. I am looking at adding a create button at the top and an edit and delete button on each item.
How do I add these buttons? Is there any reference documentation on this (I have not managed to find anything)?
If you are going to use the Web Api then their is a tutorial that shows adding a delete button to each item https://learn.microsoft.com/en-us/power-apps/maker/portals/webapi-tutorial#step-3-create-a-webpage
If you are writing a 'code component' then there is a link to sample code on this page https://learn.microsoft.com/en-us/power-apps/maker/portals/implement-webapi-component
There used to be an older version of the Web Template one that didn't use Web Api but it is difficult to find it now days as it was replaced by the Web Api one.