Skip to main content
Solved

Finding and updating records


I would appreciate it if anyone could help with the following scenario

I have 2 tables, Table A is client lead table, Table B captures data from a form. when a clients answers are captured in Table B I need those answers to be updated for that client in Table A.

thanks in advance

Best answer by Databaser

Warren_Money wrote:

Thanks for replying to my question, for more clarity here is a link to a loom video where my wife attempts to set the automation up unsuccessfully.Loom video
if you could tell us where we are going wrong it would be greatly appreciated.

Thanks


I think your wife is doing very good :slightly_smiling_face:

For the emailaddress, you’ll probably have to select it after clicking “continue”. Plus, make sure the record in your trigger step (“test ran succesfully”) actually has an emailaddress filled in.

The “list” option can’t be used to update records, only for, eg, sending an overview in an email.

The “record id” needed in your “update record” action, should be the record id from your “find record” action. It’s the record found in that step that you want to update.

Let me know if any of this helps!

ps: if everyone with a question would take the effort to make a video like this, the world would be a better place :winking_face:

View original
Did this topic help you find an answer to your question?

6 replies

Databaser
Forum|alt.badge.img+19
  • Inspiring
  • 866 replies
  • August 5, 2021

Hi @Warren_Money and welcome to the community!

You could use an automation for this if the form created record has a unique value that is shared with the data in your client lead table (eg client id).

Trigger: when form is submitted
Action 1: find record in client lead table ("where client id from client lead table = client id in form submitted record)
Action 2: update record in client lead table for fields x, y, z with data from form submitted record


  • Author
  • New Participant
  • 3 replies
  • August 5, 2021
Databaser wrote:

Hi @Warren_Money and welcome to the community!

You could use an automation for this if the form created record has a unique value that is shared with the data in your client lead table (eg client id).

Trigger: when form is submitted
Action 1: find record in client lead table ("where client id from client lead table = client id in form submitted record)
Action 2: update record in client lead table for fields x, y, z with data from form submitted record


Thanks for replying to my question, for more clarity here is a link to a loom video where my wife attempts to set the automation up unsuccessfully.Loom video
if you could tell us where we are going wrong it would be greatly appreciated.

Thanks


Databaser
Forum|alt.badge.img+19
  • Inspiring
  • 866 replies
  • Answer
  • August 5, 2021
Warren_Money wrote:

Thanks for replying to my question, for more clarity here is a link to a loom video where my wife attempts to set the automation up unsuccessfully.Loom video
if you could tell us where we are going wrong it would be greatly appreciated.

Thanks


I think your wife is doing very good :slightly_smiling_face:

For the emailaddress, you’ll probably have to select it after clicking “continue”. Plus, make sure the record in your trigger step (“test ran succesfully”) actually has an emailaddress filled in.

The “list” option can’t be used to update records, only for, eg, sending an overview in an email.

The “record id” needed in your “update record” action, should be the record id from your “find record” action. It’s the record found in that step that you want to update.

Let me know if any of this helps!

ps: if everyone with a question would take the effort to make a video like this, the world would be a better place :winking_face:


  • Author
  • New Participant
  • 3 replies
  • August 6, 2021
Databaser wrote:

I think your wife is doing very good :slightly_smiling_face:

For the emailaddress, you’ll probably have to select it after clicking “continue”. Plus, make sure the record in your trigger step (“test ran succesfully”) actually has an emailaddress filled in.

The “list” option can’t be used to update records, only for, eg, sending an overview in an email.

The “record id” needed in your “update record” action, should be the record id from your “find record” action. It’s the record found in that step that you want to update.

Let me know if any of this helps!

ps: if everyone with a question would take the effort to make a video like this, the world would be a better place :winking_face:


Thanks again for your effort, we will try thing and let you know how it goes.


  • Author
  • New Participant
  • 3 replies
  • August 7, 2021
Databaser wrote:

I think your wife is doing very good :slightly_smiling_face:

For the emailaddress, you’ll probably have to select it after clicking “continue”. Plus, make sure the record in your trigger step (“test ran succesfully”) actually has an emailaddress filled in.

The “list” option can’t be used to update records, only for, eg, sending an overview in an email.

The “record id” needed in your “update record” action, should be the record id from your “find record” action. It’s the record found in that step that you want to update.

Let me know if any of this helps!

ps: if everyone with a question would take the effort to make a video like this, the world would be a better place :winking_face:


Thank you so much, it worked!!! to quote my wife she says tell him " OMG he is amazing!"


Databaser
Forum|alt.badge.img+19
  • Inspiring
  • 866 replies
  • August 7, 2021
Warren_Money wrote:

Thank you so much, it worked!!! to quote my wife she says tell him " OMG he is amazing!"


Haha, glad I could help :slightly_smiling_face:


Reply