Allow more inputs for tools such as Twilio

  1. What is your feature/integration request?
    allowing tools like Twilio to accept more than one input.

  2. What problem would this feature/integration solve?
    if you want twilio to use information from two different sources, ie the number from one source and the body content from another.

  3. How do you solve/workaround this problem today?
    I don’t :frowning: please help

actually my current workaround is to add more rows and hope it works out the way i want :confused: hasn’t yet though

Hey Devan!

In this case, you will want to use a Join transform to combine your data. If one table has the information that you want to send out, and another table has details about who should get that information. You will want to join them together.

You’ll need some sort of common key between the two tables so that the Join can match up which number needs which information sent, like a VLookup!