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?
Page 1 / 1
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
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.