Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

List Parameter only passes Current Value

I am trying to retrieve detail records for every six-digit ID of a list. I have a parameter that is fed this list:     I want the parameter to pass the correct value when its function (API c...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Do you need to create a parameter for this? I'm not at my desk, but can't you just replace

     

    & Number.ToText(CampaignIDParameter)

     

    with

     

    & each Number.ToText([CampaignID])

     

    --Nate