Ui builder - local data resource Return value issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2022 04:40 AM
Unable to return value in the returns field of local data resource configuration
im trying to return short_description,text(knowledge table)
But those values are not shown in the output
- Labels:
-
UI Framework Next Experience

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2022 05:42 AM
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:
2. Bind that client state parameter to the return fields on the data resource.