Pass repeating group input to schedule API

Hi,

I’ve created an backend API call with the schedule API function to run through a list of datapoints that will be created for a user.

The API runs through the list of datapoints and creates an individual record of each datapoint with the relevant company. The problem I’m having is that I have an input field for each row in the repeating group and I cannot seem to pass this to the API schedule call value parameter.

@deeknee

The value parameter is likely expecting a single value instead of a list

Consider either sending one value only … or change the value parameter to be a list

That’s what I’m trying to do. I’m essentially trying to create a record for each row of the repeating group via the api scheduler list function.

I dont want to pass as a list, but not sure how I get the input for that row to pass as a parameter.