• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

  • Please note that the team will not be available on April 17th, 2024, due to a public holiday in India.

    During this period, support assistance may experience some delays.

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