CS Form "Value in select..." error with dynamic content

Hi, I just started getting the error with the recent update. I have a select dropdown that is pulling in dynamic content from an ACF field. It seems the the value of the select field is not being resolved at submit time. I get an error: “Value in select is not a valid choice:” But when I change the value to just text I enter it works fine.

In the URL with the ACF content, it has the select value then the form ID. With just the text in the value field, the URL just has the intended value without the form ID.

Hope that makes sense. It was all working fine before the latest Pro or CS form update.

I figured it out… I had the looper provider on the select field. I switched the Looper provider to the options field and it started working again. So now the looper provider and the looper consumer are on the same element.