Sending multi-select field contents to API

Hi everyone,

I am trying to send contents from multi-select fields to my API in Buildship. The contents of the multi-select inputs come from a database (Supabase).

So far, I have created a workflow that aims to send all input fields to the API when a button is clicked.

I have tested this with the “klasse” field (means “School class” in english). Is it correct to send it via the body? Should I use variables in some form?

I have to say, I am a designer and understand many technical aspects, but I am reaching my limits here.

Can someone point me in the right direction?

Greetings from Germany!

I think it should be something along the lines of

{
"klasse": [your_variable_here]
}

It would be great to see the Buildship setup

The problem was easier to solve than I thought. I simply gave each input field an ID and then stored it under “Parsed Fields”.