Text fields in ACF Repeater do not display in Cornerstone when being looped over

I created a repeater field (staff_repeater) in ACF that includes two text fields (staff_title & staff_name). Staff members can be added to my post type (State Parks and Features).

Looper Provider: In Cornerstone, I created a looper provider {{dc:acf:post_field field=“staff_repeater”}} on my containing div. The provider and consumer are found in the State Park Overview single page template. The info can be seen in the current conditions box towards the top of the page.

Looper Consumer: I then added the looper consumer to the containing text element. Within the repeating text element, I have {{dc:acf:post_field field=“staff_title”}} : {{dc:acf:post_field field=“staff_name”}} (which would show for example “Manager : Mary Manager”).

When viewing the page, the looper has created 3 empty entries, but none of the information for the staff members is showing. Can you PLEASE show me what I am missing?

I read this article, but it didn’t help me resolve my problem: