• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Grist

Status
Not open for further replies.
Here are the steps to be performed at the Grist level for setting up the Pabbly Connect trigger.

1. Create a readiness column and name it "Ready" inside your table. Set the Column Type "Toggle". You can read about readiness columns here: https://support.getgrist.com/integrators/#readiness-column

For example, if you only want to send record of the table when columns called "Name" and "Email" are not empty, your readiness column "Ready" can have the following formula:

Code:
bool($Name and $Email)

Similarly, you can add more columns to the above formula separated by and operator as shown in the screenshot:


1667990456238.png




2. Now, get back to your Pabbly Connect workflow and set the Grist trigger event for e.g. New Record and hit the Save and Test request button.
This will subscribe the Pabbly Connect webhook URL to that table and waits for the data to be captured.

3. As soon as you create a record in the Grist Table, It will be captured by Pabbly Connect workflow.
1667990738319.png



1667991570380.png
 
Last edited by a moderator:
Status
Not open for further replies.
Top