sourav04
Member
Hi,
I was wondering how the following can be done. I have seen multiple tutorials but not able to wrap my head around creating something my use case-specific. So any help is appreciated.
My Use Case: I have some social media posts written in one column of google sheet let's say from A2:A15. I want to post each content of cell on Facebook pages, Linkedin Company pages on Diwali every year.
My understanding so far:
I was wondering how the following can be done. I have seen multiple tutorials but not able to wrap my head around creating something my use case-specific. So any help is appreciated.
My Use Case: I have some social media posts written in one column of google sheet let's say from A2:A15. I want to post each content of cell on Facebook pages, Linkedin Company pages on Diwali every year.
My understanding so far:
1. I need Google Calendars which will help to trigger the following process on that particular day. But not sure how to do it because I don't see any option outside of New Events or Calendars. Also, not sure if Pabbly Connect understands the day marked as Diwali in Google Holiday Calendar as an Event.
2. So maybe some kind of Filter? Also, a scheduler because I wouldn't want it to be posted outside of business hours.
3. Once that happens, get the data from Google sheets. I think this tutorial is relevant but not sure how to apply it for posting on social media. The process will go row by row till it reaches the last row
Once at the last row I would want to do some if-else type of functions.
a. If there is no row after the last one, then it will randomly choose anyone of the row but will avoid choosing from last 5 or 'n' rows which were already used to post on social media.
b. Else, it will just take the data of the last row and post it.
I am a newbie to Pabbly connect and never have I ever done any kind of programming in the past. So this is a bit overwhelming and any help is appreciated.