Get prefill data for a form. Checks if the data is stored locally first, and
then downloads from remote if required. After a successful download from the
remote store, it will store is locally to ensure the next request will
retrieve the data from the local store.
constformId = 1 constprefillFormDataId = '24faee0a-dca1-4c88-9100-9da2aae8e0ac' constprefillData = awaitprefillService.getPrefillFormData( formId, prefillFormDataId, ) if (prefillData) { // prefill form with data }
Get prefill data for a form. Checks if the data is stored locally first, and then downloads from remote if required. After a successful download from the remote store, it will store is locally to ensure the next request will retrieve the data from the local store.