Skip to main content
Question

LLM Prompts - CASE-SUMMARY does not load activity into the prompt

  • April 14, 2026
  • 0 replies
  • 5 views

Running Build 26.100.0175 

The instructions have the following block:


*Activity log*

<foreach view="Activities">

- Activity Type:((Activities.Type))

- Activity Date:((Activities.StartDate))

- Activity Summary:((Activities.Summary))

- Activity Details:((Activities.Body))

- Activity Incoming: ((Activities.Incoming))

</br>

</foreach>

Formulate the response in English. Use the activity details from the past 30 days, to provide the case full view. The response should include the below points only:

The prompt shows the following without showing any of the activities that are on the case :

*Activity log*


Formulate the response in English. Use the activity details from the past 30 days, to provide the case full view. The response should include the below points only:

 

Compare to the CLOSURE-NOTES prompt which has similar instruction block and does show activities.

*Activity log*

<foreach view="Activities">

- Activity type: ((Activities.ClassInfo))

- Activity date: ((Activities.StartDate))

- Activity summary: ((Activities.Subject))

- Activity details: ((Activities.Body))

</br>

</foreach>

 

 

They are separate source forms, but I don’t know where to go from here to troubleshoot.

 

Thanks for any pointers!