Hi, the terminology here can be confusing because there are two concepts involving repeating fields of some kind. Let's quickly review those so we are on the same page.
1. Repeatable Field Groups (RFGs) are repeatable groups of fields, as you've shown in your screenshots here. Each "row" of an RFG may contain values in these custom fields, grouped together in a single entry.
2. Individual custom fields can be set to allow multiple values. For example, an image field that allows Users to upload multiple images to the same custom field. This isn't a repeatable group like an RFG, because you cannot group an individual image from this field with another custom field value in a single entry. It is a single field that allows multiple values, unrelated to other custom fields that allow multiple values. Sometimes these fields that allow multiple values are referred to as repeating fields, and this can be confused with RFGs. I would prefer to refer to these as custom fields that allow multiple values, for clarity.
The differences between these two concepts are important when you're trying to implement these fields in the Block Editor. For example, a Slider block in the Block Editor is designed to work with a custom image field that allows multiple values, not an RFG containing an image field.
On the other hand, Views are not designed to loop over the multiple images uploaded in a single custom image field that allows multiple values. A View is designed to loop over posts or RFGs, but not individual fields that allow multiple values. Imagine you have a post that contains an RFG with several rows of entries. When you display that post on the front-end of the site, you want to display all the images from an image field in that RFG. In this case, you need to create a View of that RFG and insert the image field in the loop of that View. Then insert this View of the RFG in the Content Template assigned to this post, to see a list of all the images from all the RFGs associated with that post.
I hope this helps clarify. If you need more guidance, please explain more about what you want to achieve. What type of block is this in your screenshot? Where are you trying to display this content? I see an RFG that contains two text fields, and a few details of a block in the block editor screen. I'm not able to see how this block is implemented, or the context of the block, but it looks like you have selected the Review Summary custom field group - that is not the same as the Review Specs RFG. That is a different field group, which might be why you don't see your text fields appear here, but it's hard to say for sure without knowing more about the block and its context. If you're trying to display one of the text fields from the RFG, you should create a View of this RFG. Then you can insert the text fields in the loop of that View using the Single Field block.