Ui builder - local data resource Return value issue

caffry
Kilo Guru

Unable to return value in the returns field of local data resource configuration

find_real_file.png

im trying to return short_description,text(knowledge table)

 

But those values are not shown in the output 

1 REPLY 1

Brad Tilton
ServiceNow Employee
ServiceNow Employee

Unfortunately, once you set the table property to dynamic data binding you also have to dynamically set the sysId and return fields properties. and it looks like you're trying to use plain text for the return fields. Since you have dynamic data binding turned on on that property you have to bind to something holding data like a client state parameter. The easiest way to do this with that data resource is:

1. Create a new client state parameter that holds the list of fields:

find_real_file.png

2. Bind that client state parameter to the return fields on the data resource. 

find_real_file.png