Form list submission issue

Hi, I am having trouble saving a data from a form and from the form list within it. I am trying to create multiple records in supabase. I attached some screenshots and hoping someone can point out what I’m doing wrong. I’m sure I’m probably overlooking something simple ha. Some details:

I have a date field that sits in the form, but not in the form list itself.

The form list prop name is called: “exnames” (exercise names)
image

I set the initial value so two blank rows show:
image

Based on the above, the form state variable’s preview value is correct:
image

When specifying just the “exnames” values and executing inside plasmic, it creates the rows like it I would expect (in Supabase as well)

However, if I try to submit those same values on the front end, it just grays out the fields and doesn’t do anything. If I try to set individual fields I get an internal server error. (however, I may be doing that wrong).

Essentially, how can I submit multiple records using a form list, including shared field(s) for each row based on any fields outside the form list (the date field in my case)

Any help is greatly appreciated! I am still pretty new to Plasmic, so apologies if this is pretty basic stuff