Help

Connention Data table to Application

Topic Labels: Collaboration
75 1
cancel
Showing results for 
Search instead for 
Did you mean: 
khachatur
4 - Data Explorer
4 - Data Explorer

I just wonder can I use my data table in Airtable to link with my application? I mean I want to do SQL query to Data in Airtable and get some attributes and push it to the CRM tool attached to my Application. Is it possible to do these actions? 

1 Reply 1

Hello @khachatur ,

Use this things which is looks same as you think.
Instead of SQL queries, you can make multiple views with different filters and sorting orders.
Then set automation with triggers like "When record enters view" OR "When the record is updated"
This step is considered as your SQL step.

Then track that record and use Automation with scripting step. Where you can use JavaScript code to calculate things and send data to perticular API(CRM).
This step is considered as your connection with CRM.

Notes:- You need to know JS for use Scripting Step. Scripting step has a limit of 30 seconds of execution it can perform only short term based operations. Make sure you don't do multiple loop at here.