Dot walking in data table widget

Venkat122
Kilo Guru

Hi All,

I want to display value from a custom field created in task table in it's approval record. so, i used OOTB "Data table" widget and selected table as "sysapproval_approver" but i can't find a way to add dot walked fields to the fields array (document_id.u_detailed_info). Is there any way to add dot walked field values in "Data table" widget.

Thanks and regards

Swamy

6 REPLIES 6

Giri, can you provide what your HTML and Server Script ended up being (all of it)?


Anais Geisen
Tera Expert

Hello,



After having cloned the OOTB widget, you can use the server script part to search any value you want to add and push it into the "data" array.


Then you will be able to add your variable into the HTML part



Hope this will help!