Airtable : multiple select field and SplitinBatches node

Hi everyone

I built a database on Airtable to :

  • follow our post on SocialNetwork for our team
  • send a reminder via Slack to each of team member when he/she has to post

Here is the database:
https://airtable.com/shrCVnmSsd8HEm0UO

So the workflow does that :

  1. check if there is content to post today (compare today_date to date stored in Date field)
  2. if there are many posts on the same day : extract via splitinbatches
  3. see if there is different team member that should post the same post on the same day (WhoPosts field : for instance on 09/12 and 10/12)

So i succeeded in the first steps : splitinBatches when i have different post on the same day (for instance on 09/12/2021

But i can’t find the way to send it to as many people the Multiple select field “WhoPosts?” has.

Here is the flow:

So many thanks for your help :slight_smile:

damien

Use the Item List node to split the WhoPosts array into multiple items. You do not need to use the Split Batches node. The nodes automatically iterate over the input items. Check the example workflow below.

Thanks @RicardoE105 !
I did not have a look on that node :confused:
I will try it today