A user wrote:
I am using the Bricks Extras dynamic table to pull posts out of a CPT.
These posts contain a repeater with sub-fields and I want to extract the value of a specific field in the last row. I don't want to loop through the rows, I just want the value of a field in the last row.
This Pro tutorial shows how we can pull the value of a specific sub field of a specific ACF Pro's Repeater field and output that in Bricks.
Consider an ACF Repeater called "Builders" populated on a post like this:

Now the requirement is to show the name of the last builder for this post.
After implementing the tutorial:

Step 1
Register your custom field group if you haven't already for your post type.

Edit your posts and populate the Repeater field.
Step 2
Add the following in child theme's functions.php (w/o the opening PHP tag) or a code snippets plugin:
This is a BricksLabs Pro tutorial.
For full access login below or create your BricksLabs Pro account