Jan 27, 2023 07:12 AM
Hello,
I'm trying to create a "create record" automation when a new record is added to table A (Seeds); a new linked record is created in table B (Web Archiving_QA). The input data in table A (Seeds) to create the new record is a website URL.
The automation is formatted:
After successful testing, and turning the automation on. When I input a new URL to create a new record in Table A (seeds), I only get a blank new record in Table B (Web Archiving_QA)
But if run the automation with the Test Step section > "Run as configured" I get the correct automation results, meaning the inputed URL in table A shows up as a new record in table B.
from in the automation view
linked URL from table A shows up in the record in table B
I run into the same problem when I change the trigger to "When a record enters a view".
Why am I only getting the desired results via "Run as Configured"?
Thanks!
Solved! Go to Solution.
Jan 27, 2023 11:45 AM
In the configuration section of your automation, you have "Website URL" entered in the "Choose record(s) to link to..." area. You need to use the record ID of the record in your trigger:
If you have any further questions, feel free to schedule some time with me to discuss. My Calendly link is: https://calendly.com/bruce_consulting/30min
Jan 27, 2023 11:45 AM
In the configuration section of your automation, you have "Website URL" entered in the "Choose record(s) to link to..." area. You need to use the record ID of the record in your trigger:
If you have any further questions, feel free to schedule some time with me to discuss. My Calendly link is: https://calendly.com/bruce_consulting/30min
Jan 27, 2023 12:00 PM
Thank you, that fixed it, much appreciated!