Hello-
I’m new to n8n and have a question on how to get the following scenario to work correctly.
workflow is triggered by a webhook that sends some info to use with Twilio. The webhook sends an airtable field, and a “message”. The output of the webhook goes to airtable and ?? (tried set, merge). Based on the airtable node filter, it will return a single, or multiple numbers to send the message to. But because the “message” I want to send is in the webhook and not in airtable, I’m having difficulty getting the message included when there are multiple numbers to message. I’ve tried Set and Merge in different combinations but when I put them together only the first number gets the “message” included. Image of the workflow below. What is the best way to get the “message” from the webhook to be included with every SMS Twilio sends (based on airtable output)? Everything works fine except getting the message included with every number being sent an SMS.
Any guidance would be appreciated.
Jim