Skip to main content
Question

How to update a Formidable Forms entry after updating a MySQL entry

  • April 24, 2025
  • 5 replies
  • 63 views

how to update formidable form entry after i update mysql entry ?

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

5 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • April 24, 2025

Hi ​@robertcabiyaan 

You would have to explore using the Formidable Forms API.

https://formidableforms.com/knowledgebase/formidable-api/

 

 


i was able to create zap using 

 

  1. MYSQL
  2. Formidable forms

 

The zap is basically a workflow that will update the formidable forms entry corresponding to the record at MySQL table. With the trigger field at MySQL table, the formidable form entry suppose to be updated.

 

The strange part is that the formidable forms “Entry update date” column was updating but the actual field that suppose to be updated remains un-changed. I tried every zap step by step including using Webhooks by zapier, but nothing still works.

 

Please help.

Thanks.

Robert

 


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • April 27, 2025

@robertcabiyaan 

Formidable Form API endpoint for updating an entry: https://formidableforms.com/knowledgebase/formidable-api/

 


Hello Troy, 

Thank you for your immediate response to my query.

I reviewed the links you provided but have not found any documentation regarding MYSql sending update to Formidable forms.

 

Do you have any resource on this ?

 

Thanks again.

 

 


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • April 28, 2025

@robertcabiyaan 

For the Formidable Forms API documentation, reference Entries > Update Entry.