Mar 08, 2023 07:11 AM
Hi everyone;
I want to change a single select field when I change a single select field from another table. I tried to do it through automations but I keep having input mistakes. I will share some screenshots so you can help me
When the status from Table A is 'technical interview'
Change status from Table B to 'technical interview'
And this is the mistake
Mar 08, 2023 10:55 AM
I think the error you are receiving is because the record ID you reference in the Update Record step is for a record that is in Table A, not Table B.
How are the records in Table A and Table B related? Are they linked to each other? Or do they duplicate some information without being linked?
Mar 08, 2023 01:49 PM
When I change the status in table A, a record is created in Table B with a 'link to another record'
That is the only relationship between them
Mar 08, 2023 03:06 PM
Okay great! If they are linked, then in the Update record step, you want to select Table B as the table, and the Record Id should be the link to Table B field coming from the record in table A that triggered the automation
If you want to change the status in Table B *any time* a change is made in Table A, you could change the automation Trigger to be "When a record is updated", with the automation watching the status field in Table A, and configure the update record to dynamically update the status field.