Self-referencing loop error when implementing Group Actions with selective updates in Report

I'm encountering a self-referencing loop error in my Report implementation when trying to customize Group Actions behavior. Here's my specific scenario:

  1. I have a report displaying policy information with multiple rows
  2. When multiple rows are selected, I need to perform selective updates through Group Actions
  3. Current implementation:
    1. Changed Group Action behavior from Dynamic to Flow in report actions section
    2. Flow contains selective update steps for the same data structure i.e. to bulk update date, or append comment


  • Questions: What's the recommended approach to implement Group Action updates without triggering the self-referencing loop?
  • Is there an alternative way to remove specific actions (like 'Manage') from Group Actions menu when multiple rows are selected?



Comments

  • Hello!

    It seems you're using a version below 8.14, and the self-referencing loop error was resolved in 8.15. I highly recommend upgrading to that version.

    Regarding hiding the Manage action from group actions when multiple rows are selected, only specific group actions will appear when you select multiple rows. I've included a screenshot below for reference.

    Please let us know if this meets your needs!

    Thanks.

    -Manisha

  • Thanks' team.

Sign In or Register to comment.