I have a table that pulls some fields in as lookups. I want to run an automation on record creation that copies the data from Field A to Field B. I have tried to follow a few guides but even though my automations run in the testing stage they seem to fail in actual use.
Trigger -> When a record is created in "Table 1"
Actions -> Update record in "Table 1" -> Record ID "@" -> Fields -> Field B - Field A "Value"
What am I missing? Does it have something to do with Field A being filled with lookup data from a different table? Is it a timing thing? (like does it need X seconds to process before trying to copy?) Thanks!