deepak9780097800
Member
When a user enters their mobile number in the Pabbly form, a webhook should trigger immediately. Using that number, Pabbly Connect should fetch data from my database and then dynamically use those values in the same form before final submission.
Required Flow:
I need an automation where the process works like:
On number input → Webhook → Fetch DB values → Populate form → Final submit
Required Flow:
- User enters their mobile number in the form.
- A webhook is triggered instantly.
- Pabbly Connect uses the number to retrieve data from my database (e.g., pending invoice amount).
- The fetched value (e.g., Pending Amount = ₹4,500) is auto-filled or used inside the form.
- On final form submission, the fetched value is also submitted and stored along with user details.
- User enters: 98XXXXXX00
- Webhook triggers
- System fetches: Pending Invoice = ₹4,500
- This amount is automatically added to the form
- User submits the form
- Final submission includes the pending amount
I need an automation where the process works like:
On number input → Webhook → Fetch DB values → Populate form → Final submit