How to create multiple things at once based on multi-dropdown selections?

Happy new year everyone! Wishing you all a prosperous year ahead.

I have a form with various input types, when the user clicks send, it creates a new thing (job order).

One of the inputs on this form is a multi-choice drop-down. In most cases a user will only select one choice. But in the event that the user selects more than one, in the workflow I want to create a new thing for each selection he chooses. How do I do this?

Also, each thing’s fields would be identical except for the drop-down field, which would display one of the unique choices respectively.

I hope this is clear and look forward to any assistance.

Bumping this

If someone can point me in the right direction or to any material I can research to figure this out I will appreciate it, thanks

Probably a recursive workflow as you would never know how many items from the multiple dropdown they would select so you need to do a recursive workflow action based on the number of selections made.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.