About redisplaying Repeating Group

Hello,
can someone please tell me?
There are Repeating Groups A and B in one screen, and the data is displayed, but if you want to display only Repeating Group A again under certain conditions, use “DisplayList” from W/F and display the data in Repeating Group A. If I specify A, will the screen display change?
Data source is specified correctly. In my environment, I can’t update the screen, and I’ve been having a lot of trouble. Has anyone created a similar screen?

maybe you should add a state “view” to RG B, add a condition when “view” is false to make RG B invisible, then in the workflow that displays group A again, add a step that sets “visible” in RG B to false. I hope I understood what you need correctly.

Hello,
Thank you for your reply.

To summarize what I learned,

  1. Add a custom status to RG-B and name it view
  2. In the RB-B condition settings,
    If view is true → display
    If view is false → hidden
    Set conditions
  3. To display RG-B in its custom state on W/F, set “false” and redisplay RG-A.

Is this interpretation correct?

What command do you use to unhide RG-A?
Refresh the page? Is it Display list in Element Actions?

Will it not be displayed again even if I specify RG-A in the Display List?