• Brad Greene
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
In a custom object, I have a Text Area(255) field in which a user can input stock numbers, one per line. What I would like to do with a flow is take those lines and assign them into individual variables with the purpose of iterating through each of those stock numbers assigning them to a campaign specified earlier in the object. The flow will be an auto-flow kicked off by a Process Builder process. I know how to accomplish everything except pulling the lines of the text area into individual variables. I would like to avoid any Apex code if possible, as our org is getting fairly close to the limit there. Thank you in advance for any help!