Unable to refresh "Show List of Records" Playbook component
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
We built a Playbook that runs inside a Workspace tab. In one of the activities, we are using the Show List of Records component. For this activity's filter, we are using the following query: sys_idIN {Sys_ids of users stored in a List-type field}
This field that stores the users is updated dynamically. However, when the field is updated, the filter for the "Show List of Records" activity does not refresh. It only updates the list if we advance to the next activity and then go back to the previous one.
We tried to force a reload using client-side methods like g_form.save(), among others, but it didn't work.
Does anyone know how we could force this list component to refresh, for instance, by clicking a UI Action?
