Best answer

Using Zapier with Airtable to Schedule Social Media

  • 16 April 2021
  • 3 replies
  • 56 views

How can I configure a zap to post from Airtable to Linkedin at the scheduled time?

icon

Best answer by Troy Tessalone 16 April 2021, 18:28

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Userlevel 7
Badge +14

Hi @alikenyon 

Try this…

You’ll need a Date field in your Airtable Table.

Add a Formula field to the same Airtable Table to calculate the datetime difference between the DateTime and NOW.

Formula: DATETIME_DIFF(NOW(),Date,'hours')

Add a View to your Airtable Table that filters for a Formula field = 0 to trigger the Zap.

 

 

Steps

  1. Trigger: Airtable - New Record in View
  2. Action: LinkedIn - Create Share/Company Update

Hi Troy,

Thank you, I’ll give that a try...

Userlevel 7
Badge +10

@alikenyon 
Just checking in to see if you still need help with this?