I am using this app that @Alex.Wolfe published (THANK YOU ALEX)! , and am hoping to make some tweaks so that I can use linked records fields.
Right now the app allows you to create one record in another table for each option in a multiple select field in the source table, and links the new records back to the source record.
Which is exactly what I need, but I believe it’s set up so the options from the multiple select cannot be outputted into a linked records field in the second table.
Here’s my used case scenario:
- People will submit a request to have a project staffed by multiple designers.
- On this request they will select multiple types of designers (this is the multi-select field; i.e. a graphic designer, a mechanical engineer and an industrial designer).
- Based on what they have selected, I am using this script to create a new record for each of the types (i.e. a record for a graphic designer linked back to the request, a record for a mechanical engineer linked back to the request and a industrial designer linked back to the request)
What I want to change:
- I have a field in this second table (where the new records are being created) that links to another Table (Designers’ Table) and would love the new records to use that linked field rather than a single text field that I have to set automations for to link back to the designers’ table.
- Be able to use this in an Airtable automation, so removing the interactive input/output and using static data instead.
Is this possible? Thank you for your help!