Hi,
I couldn’t find any similar post as I have been searching all day.
I have a state that is a list of text.
I have created an API on the backend that has a workflow to Create a New Thing (Record) in my table called Table_A.
In the front end workflow, I have done ‘Schedule API to work on list’ and the type of thing I have chosen is ‘Text’.
However, nothing is getting created.
I have looked at my log file and can see the API getting called, the correct values being passed to it, and the log file even say ‘Successfully Scheduled for count: number of items in my text list’.
I have checked everything, including data types.
I also tried to do this by typing a value in the front end instead of passing my list.
I deleted the API, and created another.
I have checked the ignore privacy and no authentication required on both.
I would appreciate if someone could help me resolve this.



