How to create multiple list items based on a single submitted item?

  • 19 October 2017
  • 2 replies
  • 5 views

Badge

I built a form that populates a master list. The master list has columns for promo, sign1, sign2, sign3, and sign4. On form submit, I'd like to run a workflow that creates a new item in the same or another list (doesn't matter) if sign2, sign3, or sign4 is populated with a value. Meaning that if only one sign is requested, it's not necessary to create a new item. If 2 are requested, I'll be creating 2 new items and so on. I'm able to created the new items and capture their id's but I can't get it to work in a single workflow. Any help?


2 replies

Userlevel 5
Badge +14

I'm able to created the new items and capture their id's but I can't get it to work in a single workflow

could you explain what you mean with this?

resp. what's he problem?

I would say pairs of run-if action and create item action within it should do the job

209847_pastedImage_3.png

Badge +16

have a run if action for each - i.e run if sign2 is not blank and inside that use create item action?  do for sign3 and sign4 too?

Reply