Showing task form field data in a project report | Community
Skip to main content
Level 2
March 13, 2026
Question

Showing task form field data in a project report

  • March 13, 2026
  • 1 reply
  • 15 views

Hi,

I have a project report where I want to add some columns that contain data from task forms.  For 5 different milestones we have a task form where they may click some options if a task is delayed.  I’m having trouble getting that displayed in a project report.

Any help on text mode syntax is appreciated.  This is what I tried but does not seem to be working. 

listdelimiter=<div>
listmethod=nested(tasks).lists
namekey=Survey Design Barriers
valuefield=Survey Design Barriers
valueformat=customDataLabelsAsString

 

Thanks

Heather

1 reply

skyehansen
Community Advisor and Adobe Champion
March 13, 2026

I think you would want to get the more correct syntax in your valuefield line. You can steal this from any task report. So if you create a task report, and pull in your Survey Design Barriers field, and then convert to text mode, steal the valuefield line from there. e.g. if the valuefield line says “valuefield={DE:Survey Design Barriers}” -- copy this line over to your project report column.

Level 2
March 13, 2026

Hi,

Thanks. I did copy the field and format from a task report that I made and it had it in that same format.  I can try adding the DE: to see if that works but I thought since I was using what was shown in text mode of task field that it would be correct.

 

 

skyehansen
Community Advisor and Adobe Champion
March 13, 2026

oh interesting -- yes, I see the same on my side. If that doesn’t work, try “valueexpression={DE:Survey Design Barriers}” as well