Save the date! Join us on October 16 for our Product Ops launch event. Register here.
Apr 27, 2021 12:16 PM
Hey, People!
I have two tables- Table 1 & Table 2
So I need the data from Table 2 to be automatically pulled into Table 1, once it has been marked verified.
Will the IF function work here? or is there any other way? Please help.
Solved! Go to Solution.
Apr 30, 2021 08:30 AM
Hello and welcome to the Community @Ayushi_D_Lal!
One possible way to do what you are looking to accomplish would be to use automations functionality. Automations work by creating a trigger , that when triggered, will do a corresponding action.
So for your case I’d recommend:
Note the above automation won’t work for existing records on your table, but it will work for any records that match your condition going forward (when you turn your automation on). If you ever find yourself needed a more complicated trigger- I’d recommend checking out the “When record enters a view”.
Let me know if I can help provide any more information, and if this helped answer your question please mark it as the solution :white_check_mark: .
Apr 30, 2021 08:30 AM
Hello and welcome to the Community @Ayushi_D_Lal!
One possible way to do what you are looking to accomplish would be to use automations functionality. Automations work by creating a trigger , that when triggered, will do a corresponding action.
So for your case I’d recommend:
Note the above automation won’t work for existing records on your table, but it will work for any records that match your condition going forward (when you turn your automation on). If you ever find yourself needed a more complicated trigger- I’d recommend checking out the “When record enters a view”.
Let me know if I can help provide any more information, and if this helped answer your question please mark it as the solution :white_check_mark: .
Apr 30, 2021 12:20 PM
Thanks, Rose! :slightly_smiling_face:
This worked.