I am trying to migrate agreements (contracts) from a sql server database into crm (msp_contract) using Power Automate. The issue I'm having is that if the agreement already exist, I want to update the agreement and if it doesn't, I want to insert the record(s). The update works great, however, the insert will insert all columns except the agreement id (msp_name). The msp_name field appears to be autogenerated via an api and I can't figure out how to get around this. I have even disabled CRM2015_Plugin.AutoNumber [via Plug-in Assemblies] but that did nothing. Any ideas?