Hi all,
I want to create an automation which creates a new record in Table B (=record B) upon the creation of a record in Table A (= record A).
The title of the automatically created record(s) B should be coming from a multi select field in the record A BUT if multiple (n) things are chosen in record A then I want also n records and the titles should contain only one of the selected option.
So as an example:
I can choose "Red", "Blue" and "Yellow" in record A. The automation then should create 3 records in Table B:
One titled "Red" one titled "Blue" one titled "Yellow" and NOT 1 record saying "Red, Blue, Yellow".
Is this even possible?