Calling form automation from Corvid

Have a situation where i want custom text into a form dataset (not what the inputfield says) and trigger the automation. But seem to be unable to trigger the automation notification to get email sent when i use insert from corvid instead of an actual button set to submit.
Anyone got solution to trigger Custom wix form from corvid ?

Hey Claes!

In this case, I’d suggest you submit the form via a button (In order to keep your Automation notification) and use a beforeInset datahook on the form’s collection where you can change and manipulate the data -before it is inserted to the DB.
Here’s an article that describes the subject as well as the API for data hooks.

Let me know if it works for you.

Doron.