I know there is a similar question, however it did not help me all the way through. I have a screen flow to clone a Quote record.
I use a screen flow because my Quote object is master to 4 other detail objects, and the sales team asked for a screen to select which of these detail objects they want to clone with the quote.
After the Create Records element, I need to create the child records on those 4 detail objects, and they must have a parent record: the newly created quote.
But I still have no ideia if this is possible. I need to retrieve the ID of the newly created to quote in order to create the child records.