I have set up an API call in order to collect some job offers. I have a limit of 5 results in my API call. The API call works and I have linked it with my database. The issue I have is that my results all go in one row instead of being separated. See below how it looks like.
Could you screenshot the workflow actions that are saving the data to your database? Would also be good to see the response from the API when you initialized.
You are doing it on front end right, i advice you create a backend api work who’s job is to create a new JOB. withall the parameter which each single job can have.
then on the place of step 02, call it with Schedule API workflow on a list like below:
choose the type of thing this is the step 01 result form you api result, its seems its API Remotive Job
Choose the list which is step 01 result.
choose the workflow which you just created
and below it you find all the parameter which this API workflow required , which you just setup while creating the API workflwo. fill all thos. i.e This Api remotive job name , **This API remotive job salary ** … somethign like these
the schedule it current date.
and also give 2s delay.
that set, it will iterate on all the job form step01 call and create them one by one.
@olivier.bardat sorry for late reply, if you still cant do it message me we will do it together. i am very poor at explaining that’s why i like helping ppl by doing together.