Get a single Draft and the associated submission data.
const draftId = 'd3aeb944-d0b3-11ea-87d0-0242ac130003'const { draft, draftData, lastElementUpdated } = await draftService.getDraftAndData(draftId)// use "draftData" to prefill a from Copy
const draftId = 'd3aeb944-d0b3-11ea-87d0-0242ac130003'const { draft, draftData, lastElementUpdated } = await draftService.getDraftAndData(draftId)// use "draftData" to prefill a from
Get a single Draft and the associated submission data.
Example