Is it a "List" Tab of a power app like the original locations app, or just a single page app with a table like Conditional Expression Manager?
If it's a power app, then you add a sigoption called INSERT as Tinnokesh says, and then add it to the toolbar using Add/Modify Toolbar Menu, and grant it in security groups. It has to be called INSERT as that will call the INSERT method on the bean class. The bean class should be on your app xml - e.g.
<presentation beanclass="psdi.webclient.beans.location.LocationAppBean" id="locationlist" mboname="LOCATIONS" orderby="location" resultstableid="results_showlist" version="7.1.0.0">
If it's a single page one then you would use a button group and push button control on the page itself, and use the mxevent addrow.
------------------------------
Paul Irving
Chief Product Officer
BPD Zenith Global Group
------------------------------