API action, not binding dynamic values?

Hi,

I’m trying to use the API action client side, to POST some data.

I can post static data values, but no matter what I do the partial form data is not being populated when trying to pull the form field from the actual form. See below.

image

^Above is using the dynamic attributes section (since using the ‘input data’, well passes nothing…which confused me). Auto load is not on as this is a multi step form. The API action works on final form submission via the Server Connect API connector (so there’s no issue with that). It’s just the client side API connector won’t pull the dynamic data from the form on the page.

image

Any idea why this is not parsing/pulling the actual form field value and instead just outputting the string?

Thanks.