Forum Discussion

Re: Variable assignment in Pipelines

Hey Roger,

Do you know if it's possible to use this loop.index solution to create x number of child records based off of a numeric value on the trigger record?

Where would you add this {% set Variable = {"value" : "[your variable] + loop.index"} %} jinja in the pipeline? As a value that you're mapping in?



------------------------------
Hannah Wright
------------------------------

1 Reply

  • JoelHickok's avatar
    JoelHickok
    Qrew Assistant Captain

    Overall, the need for a Pipeline-scoped global variable would be obvious.  I am trying to set a "running total" variable so I can tally a total for each loop and stop looping when my running total reaches a desired value.

    I don't really want to do this by creating a special field in the table and updating that field within my loop, but I will if that's the only way I can figure out.