function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Tiwari VedantTiwari Vedant 

How to get created record Id from lightning:navigation or force:createRecord event?

I have a requirement where I need to create new button or quick action to create knowledge article from case record. I used force:createRecord event to do this. But I need created Article record ID so that I can associate Case and Article in CaseArticle Object.
Please suggest how can I achive this. I found some links which asks to use lightning:navigation, but still I am not sure how to get created article record ID after article creation.