Cannot replicate operations of a single db insert for a multi-insert

Hi,

I’m looking to do a database insert where:

One of the fields comes from a server-side variable

Another fields’ value comes from the button on the frontend. Depending on which submit button I click, I want a different value to be inserted for a given field (YEAR) and for each record to be inserted.

Both fields are correctly filled out when doing a single insert, but they’re blank on multi-insert. I believe the multi-insert is working properly as it submits properly when I set static or dynamic values from the properties panel. Is there something I should do differently? Thanks!

Community Page
Last updated: