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:

and inside it:

  • 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.