I have a problem using Automation to create a link between records in two tables.
I have Table A and Table B. Table A has a link field (’Link-A-B’) to Table B. Table A also has a Form to create a new record in its table. The form requires user to choose an entry into the Link-A-B field. If the user selects a particular choice for the value, then the Form exposes another field in A (‘New Option’) that the user is required to type a value into. Upon submission of the Form in this case—with a non-empty value in the’ New Option’ field— an automation is triggered to create a new record in table B, and to enter the value of ‘New Option’ in A into the primary field in the new record in B.
All the above I have working just fine in my Automation so far. But the next action that I want to subsequently have happen in my automation is to change the link value in the Link-A-B field in the new A record: From what the Form user had selected, To a link to the newly-created record in the B table. I can’t construct an Action that does that update to the new Record in A. I cannot find appropriate record references to perform this Update Record action properly. Can anyone provide some detailed step-by-step guidance? lI find the guidance words for designing the Record Update far too spare and ambiguous— like when the Airtable design framework asks for a Field, I wonder, “from which table and which record, and for what purpose? Source or Destination?] Examples that I have reviewed usually show options from previous Automaton steps, but I do not see them. Thank You.