currently I need some specific logic which requires using NavigationMixin onsuccess event. I spent some time and can’t find any info if it is possible at all Here is my sample of code
this[NavigationMixin.Navigate]({ type: 'standard__objectPage', attributes: { objectApiName: this.__PrimaryObjectApi, actionName: 'new' }, state: { defaultFieldValues: defaultValues } }) Will appreciate any help and additional info