Skip to main content

I am displaying a collection of records in a data table. When a user selects a record, the details of that record are displayed using a screen action component. The user can then check a box labeled "Add Comments", which reveals a text input where they can enter comments related to the selected record.

After entering their comments, the user clicks an "Action Button" labeled "Save Comments", which triggers an autolaunched flow to save the comments to the selected record.

My current challenge is this: After saving comments and returning to the data table to select a different record, the previously entered comments are still displayed on the screen. I would like to:

  1. Refresh or update the entire record collection displayed in the data table to reflect any new changes (i.e., newly saved comments).
  2. Clear all previously entered values (especially the comments field) from the screen flow when a new record is selected.
  3. Ensure that if the user selects the same record again later, all previously saved comments (including the newly added ones) are correctly displayed.

How can I achieve this functionality in the flow to ensure a clean user experience when switching between records? @Adam White @Eric Smith

3 个回答
0/9000