Forum Discussion
CodyCopenhaver
5 years agoQrew Member
I have a couple of multi-select text fields in a table that I need to transpose such that there is one row for each unique combination of a single value from the first field and a single value from the second field. The intended automation basically copies the original record with the first value from the multi-select text field in a new field, then has another copy action that places the second value from the multi-select text field, and so on (similarly for the second field). At the end there'll be a delete action that deletes all records with null values in one of the two new flattened fields.
Thanks for the suggestion, I'll try submitting a support case, but also happy to hear if there's a better way to accomplish what I'm going for that still makes data entry not a pain in the butt.
------------------------------
Cody Copenhaver
------------------------------
Thanks for the suggestion, I'll try submitting a support case, but also happy to hear if there's a better way to accomplish what I'm going for that still makes data entry not a pain in the butt.
------------------------------
Cody Copenhaver
------------------------------
BlakeHarrison
5 years agoQrew Captain
It sounds like you need something more flexible than what Automations can do. I would first recommend changing your structure from a couple of multi-select text fields to two separate tables, each with a single record for each option in the original field. I would then suggest looking into Pipelines or Zapier so that you can set up a "For Each" process where the process runs recursively for each record. Here's an example process:
- Search
for records
- For Each record found in Step 1:
- Search
for records
- For Each record found in Step 2-1
- Create a record in
where:
is inserted into [Related Table 1]
is inserted into [Related Table 2]
This isn't specific to either Zapier or Pipelines, just a plain-English outline of a process you can create in either service.
- For Each record found in Step 1: