Oct 10, 2022 11:58 AM
When referencing a 2nd table, I’m receiving a “Received invalid inputs” error. I have Table A in the initial steps of the automation, and then set up a conditional action for Table B to be updated based on the results from Table A.
When I select Table B in the conditional action, it still references Table A. Is it not possible to reference two tables separate in an automation?
Solved! Go to Solution.
Oct 10, 2022 05:20 PM
You can reference as many tables as you like in an Automation. Your issue is you’re trying to insert data from a previous step, and your previous steps only reference one table.
It sounds like some record gets updated in Table A, and you want to update some other record in Table B. The only way for this to work is one of the following:
Oct 10, 2022 05:20 PM
You can reference as many tables as you like in an Automation. Your issue is you’re trying to insert data from a previous step, and your previous steps only reference one table.
It sounds like some record gets updated in Table A, and you want to update some other record in Table B. The only way for this to work is one of the following: