Hello Power Community,
I am looking for a way that I can create Big Integer column in my Dataverse table.
My case is, I have setup the Dual-Write to synchronize data from my Dynamics 365 Finance & Operations to Dataverse (In order to use that data in my Power Apps with better performance & better filter experience)
There are one problem, The column I need to sync is 'Record Id' column it's value start form 5,000,000,000. This mean I can't use normal Whole Number column. Instead, I need to use Big Integer column but this type of column can't be created directly in Dataverse web panel, It's need to be created via the API but I not found any guide about how to do it 😞
Thank you in advance!