RSS feed to Linkedin and Reddit with date filters

What are you trying to achieve?

I’m posting work posts every day from my RSS Feed but I can’t quite automate it 100%

Ideally, every three hours I would like to post 3 jobs from the same posting day without repeating them.

How do I do this?

Steps taken so far

I’ve done already the automation but without the scheduling and filters, now I have to enter manually and run once every time.

Screenshots: scenario setup, module configuration, errors

1 Like

You will have to have some sort of database setup to keep track of which jobs were already posted and have the scenario run on a schedule.

For example if using Google sheets just create a column that corresponds to the job and a status column that will say “Posted” once the job is posted. You will have to use a Search module to first find which jobs were not posted. Then have it run through the scenario and at the end use a Update Row module to set the job post as “Posted”

Hope this helps!

And if I want that every time the rss feed got new posts the triggers activate - I would need to have a databse?

The scenario can only run on a schedule and not triggered when a new item is posted. If you are somehow setting it up to be triggered when a new item comes in then a database is still needed to keep track of sending out 3 at a time every 3 hours.

Hope this helps!

Hey @Joaquin_Cahiza

I guess you want to post every feed comes to RSS having criteria of 3 jobs in 3 hours. If that’s the case, you only need to do scheduling. If you need to check whether the feed in RSS is already posted or not, then @LinkYourTech’s solution will work.

Regards,
Msquare Automation - Gold Partner of Make
@Msquare_Automation