Hi everyone,I’m running into an issue when using the Business Central connector in Power Automate to update a record in the Sales Invoice Header table (TableData 112), is a custom field.
The flow fails with the following error message:
The action 'Update_record_(V3)' failed:
ErrorCode: Internal_ServerError
Your license does not grant you the following permissions on TableData 112 Sales Invoice Header: Modify.
To view details about your permissions, see the Effective Permissions page.
The user used by the connector is me, and I have SUPER permissions in Business Central
The permission set for the user (and for the API) includes:
tabledata "Sales Invoice Header" = RIMD
I confirmed via the Effective Permissions page that I have Read, Insert, Modify, and Delete rights on TableData 112.
The connection in Power Automate is authenticated with my account, which has full permissions in BC.
Do you have a solution? Thanks.