Best answer

CognitoForm Voice Update

  • 30 July 2020
  • 3 replies
  • 83 views

Userlevel 1

Hi There,

How it’s possible to update a CognitoForm voice?

Thanks

icon

Best answer by Danvers 31 July 2020, 13:14

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Userlevel 4
Badge +5

Marco,

 

Hello! I’m going to be honest: I’m not sure what you mean by “voice.” I don’t see any actions or triggers related to voices, but could you give me more of an idea of what you’re trying to do? Thanks!

Userlevel 1

Hi Jesse,

Thank for your answer.

I meaning a form.
Can you consider a form as a record?
I look for update a field of this specific record, obviosly using Zapier.
Link is between MySql and CognitoForm

Thank you! 

Userlevel 7
Badge +12

Hi @Marco!

It’s not possible to update a form entry in CognitoForms. Are you looking to update a Form when something happens in MySQL, or are you trying to update MySQL when you get a new form?

 

It sounds like you want to do something like this: When you get a new Form in Cognito forms then update a record in MySQL. Is that right?

 

If that’s the case then you’ll probably need a Zap that looks like this:

  1. Trigger: Cognito Forms - New Entry
  2. Action: MySQL - Find Row (or Find row via custom query)
  3. Action: MySQL - Update Row

 

You need the Find Row step so that you can get the ID of the row that you’d like to update, which you’ll need for the Update Row step. I hope that gets you pointed in the right direction!