Hi,
I was trying to add records in dataverse using the web api functions. I followed the steps in the MS document that use the account table and manage to make it work. Though when trying to do the same steps for my custom table. Cannot seem to make it work.
Created both site settings.
Webapi/<<table name>>/enabled
Webapi/<<table name>>/fields
for the table name section, i have tried both logical name and plural name as well to see if that is the issue.
Created a table permission with Global access and even enabled all access type. Create and Read. All web roles are added as well.
Doing URL check to see if its working test.powerappsportals.com/_api/<<table plural name>>
Not sure what i am missing to make it work.