Skip to main content

Would like to show case comments from all cases on the account. Was looking to make a screenflow and place it on a record page so a user can automatically see the comments acting as a related list would. I made the screen element with the data table but stuck on what other elements are needed. I made a recordid record variable but am looking for help on the other elements needed. Any assistance would be appreciated. Thanks!

1 个回答
  1. 2023年3月17日 12:42

    @Dov Hochbaum, you will need to use Get Records element to gather all the case comments related to that Case. Within the get records, use the recordId variable that you created to set the parent of those case comments. Also don't forget to mark that you want more than just one record (so salesforce will create a collection).

     

    When you open the screen and click on the data table component, use the collection created from the Get Record element to populate the table.

0/9000