Hi! I have a table called “Initiatives” - each “Initiative” has a multi-select for 50 states. I would like to generate a new row in a table called “Tasks” for each state selected for an Initiative.
Example:
INITIATIVES TABLE
Row 1: Initiative A | NY, NJ, PA
TASKS TABLE
Row 1: Initiative A - NY
Row 2: Initiative B - NJ
Row 3: Initiative C - PA
Is this possible? I’ve tried using Automations but unfortunately I need to be able to do this for up to 50 states, and the limit of 25 Automations prevents that. Thanks in advance!