Skip to main content
I am trying to fix a screen Flow that collects the name, email, and application year for prospective preschool parents. The Flow will create Account, Contact, and Campaign Member records for the parent. Something in the choice set mapping is not assigning the desired choice value. In the debug output, the choice value is showing the correct output, but the formula field for assigning the Campaign ID in the Create Campaign ID step is only mapping the first choice, even if the other new choices are selected on the screen.Formula field for Flow choiceschoice configurationcreate campaign memberformula to assign campaign ID
3 件の回答
  1. Tom Bassett (Vera Solutions) Forum Ambassador
    2021年5月13日 21:21
    Hello Elizabeth,

     

    You could always use a decision to map to the ID dynamically for example;

     

    If School Year Application = "2021" follow a certain path to grab the Campaign ID, assign that to a flow variable and then use the variable in a Create Records.

     

    Thanks, Tom
0/9000