Display report data on forms

Hello
We have two app forms one for assessment and the other for follow up.
We want to access data submitted on assessment report and display them on follow up form
How can we achieve this ?

Hi @David_Kiragu,

Is the follow-up form always accessed from a task?
If it is so, we can pass the data from the task with the following guide:

If the follow-up form can be opened manually, we can still pass the data by using context object of contact-summary.templated.js. Please check this guide:

2 Likes

Thanks @binod

Yes am accessing the follow up from a task
I will try this approach

2 Likes