Fetch HTTP Post from Jotform

Hi everyone,

In our weweb app, we embeded a jotform via iframe. After every form submission, we enabled the “send http post data” to our weweb app. Reference: How to View Submissions as POST Data

I would just like to ask if there’s a way to access the object data sent from jotform in weweb. Any idea is highly appreciated. Thanks guys!

Create an external database that holds the submissions and run a weweb workflow to query it.