Access information given in the form

So once someone hits submit, the information on the form gets stored into a database. Where can I begin researching how to utilize the information stored in that database for another app that my team is developing?

Hi Andre,

If you’re using WorflowGen 7.x, the fastest and easiest way to query/update the database is by using the GraphQL API. Querying the database directly would be more difficult since there are a lot of tables that are interconnected.

You can test the queries by going to http://[YOURSITE]/wfgen/graphql

Regards,
Eddy.